Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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
/freebsd/crypto/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()
/freebsd/crypto/openssh/openbsd-compat/
H A Dlibressl-api-compat.c77 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, len); in EVP_CIPHER_CTX_set_iv()
/freebsd/crypto/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()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt642 EVP_CIPHER_CTX_iv_noconst(3)
H A Dlibcrypto.num2841 EVP_CIPHER_CTX_iv_noconst 2905 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd/crypto/openssl/include/openssl/
H A Devp.h628 OSSL_DEPRECATEDIN_3_0 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1415 EVP_CIPHER_CTX_iv_noconst;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1733 EVP_CIPHER_CTX_iv(), EVP_CIPHER_CTX_iv_noconst(), EVP_CIPHER_CTX_original_iv()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1701 MLINKS+= EVP_CIPHER_CTX_get_original_iv.3 EVP_CIPHER_CTX_iv_noconst.3
/freebsd/crypto/openssh/
H A Dconfigure.ac3065 EVP_CIPHER_CTX_iv_noconst \