Searched refs:EVP_CIPHER_CTX_iv_noconst (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 7 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
|
/openssl/engines/ |
H A D | e_padlock.c | 329 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 D | e_afalg.c | 688 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), out + (inl - ALG_AES_IV_LEN), in afalg_do_cipher() 691 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), nxtiv, ALG_AES_IV_LEN); in afalg_do_cipher()
|
H A D | e_devcrypto.c | 247 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
|
/openssl/util/ |
H A D | missingcrypto111.txt | 642 EVP_CIPHER_CTX_iv_noconst(3)
|
H A D | libcrypto.num | 2841 EVP_CIPHER_CTX_iv_noconst 2905 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 572 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
|
H A D | e_aes.c | 1075 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_ofb_cipher() 1147 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb_cipher() 1230 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb8_cipher()
|
/openssl/include/openssl/ |
H A D | evp.h | 635 OSSL_DEPRECATEDIN_3_0 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1754 EVP_CIPHER_CTX_iv(), EVP_CIPHER_CTX_iv_noconst(), EVP_CIPHER_CTX_original_iv()
|
Completed in 54 milliseconds