Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_iv_noconst (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_CIPHER_CTX_get_original_iv.pod7 EVP_CIPHER_CTX_iv_noconst - Routines to inspect EVP_CIPHER_CTX IV data
22 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
38 EVP_CIPHER_CTX_iv_noconst() are deprecated functions that provide similar (at
53 EVP_CIPHER_CTX_iv_noconst() return a pointer to an IV as an array of bytes on
62 EVP_CIPHER_CTX_iv_noconst() were added in OpenSSL 1.1.0, and were deprecated
/third_party/openssl/engines/
De_padlock.c316 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cbc_cipher()
328 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_cfb_cipher()
386 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cfb_cipher()
402 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_ofb_cipher()
441 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_ofb_cipher()
468 cdata, EVP_CIPHER_CTX_iv_noconst(ctx), in padlock_ctr_cipher()
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()
De_devcrypto.c246 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
/third_party/openssl/ohos_lite/include/crypto/
Devp.h188 …(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &n…
196 …#_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &n…
207 …(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EV…
213 …c_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EV…
230 &EVP_C_DATA(kstruct, ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx),\
/third_party/openssl/crypto/evp/
Devp_lib.c584 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
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/util/
Dmissingcrypto111.txt642 EVP_CIPHER_CTX_iv_noconst(3)
Dlibcrypto.num2841 EVP_CIPHER_CTX_iv_noconst 2905 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/third_party/openssl/ohos_lite/include/openssl/
Devp.h481 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
/third_party/openssl/include/openssl/
Devp.h626 OSSL_DEPRECATEDIN_3_0 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
/third_party/openssl/doc/man7/
Dmigration_guide.pod1691 EVP_CIPHER_CTX_iv(), EVP_CIPHER_CTX_iv_noconst(), EVP_CIPHER_CTX_original_iv()