Searched refs:EVP_CIPHER_CTX_iv_noconst (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/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
|
/freebsd/crypto/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 | 666 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 D | e_devcrypto.c | 246 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | libressl-api-compat.c | 77 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, len); in EVP_CIPHER_CTX_set_iv()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 584 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
|
H A D | e_aes.c | 1009 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()
|
/freebsd/crypto/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
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 628 OSSL_DEPRECATEDIN_3_0 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1415 EVP_CIPHER_CTX_iv_noconst;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1733 EVP_CIPHER_CTX_iv(), EVP_CIPHER_CTX_iv_noconst(), EVP_CIPHER_CTX_original_iv()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1701 MLINKS+= EVP_CIPHER_CTX_get_original_iv.3 EVP_CIPHER_CTX_iv_noconst.3
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 3065 EVP_CIPHER_CTX_iv_noconst \
|