Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_iv_noconst (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A De_padlock.c329 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cbc_cipher()
341 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_cfb_cipher()
399 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cfb_cipher()
415 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_ofb_cipher()
454 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_ofb_cipher()
481 cdata, EVP_CIPHER_CTX_iv_noconst(ctx), in padlock_ctr_cipher()
H A De_afalg.c666 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), out + (inl - ALG_AES_IV_LEN), in afalg_do_cipher()
669 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), nxtiv, ALG_AES_IV_LEN); in afalg_do_cipher()
H A De_devcrypto.c246 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
/third_party/openssl/engines/
H A De_padlock.c329 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cbc_cipher()
341 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_cfb_cipher()
399 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cfb_cipher()
415 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_ofb_cipher()
454 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_ofb_cipher()
481 cdata, EVP_CIPHER_CTX_iv_noconst(ctx), in padlock_ctr_cipher()
H A De_afalg.c666 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), out + (inl - ALG_AES_IV_LEN), in afalg_do_cipher()
669 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), nxtiv, ALG_AES_IV_LEN); in afalg_do_cipher()
H A De_devcrypto.c246 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h188 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &num); \
196 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &num); \
207 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
213 cprefix##_cbc_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
230 &EVP_C_DATA(kstruct, ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx),\
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c584 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
H A De_aes.c1009 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_ofb_cipher()
1073 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb_cipher()
1140 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb8_cipher()
/third_party/openssl/crypto/evp/
H A Devp_lib.c584 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
H A De_aes.c1014 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_ofb_cipher()
1079 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb_cipher()
1146 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb8_cipher()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h481 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h628 OSSL_DEPRECATEDIN_3_0 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
/third_party/openssl/include/openssl/
H A Devp.h626 OSSL_DEPRECATEDIN_3_0 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);

Completed in 31 milliseconds