Searched refs:OSSL_CIPHER_PARAM_UPDATED_IV (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 279 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in aes_get_ctx_params() 300 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
H A D | cipher_aes_ocb.c | 454 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in aes_ocb_get_ctx_params() 486 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
H A D | ciphercommon.c | 151 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0), 596 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_cipher_generic_get_ctx_params()
|
H A D | ciphercommon_ccm.c | 181 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_ccm_get_ctx_params()
|
H A D | ciphercommon_gcm.c | 185 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_gcm_get_ctx_params()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 577 OSSL_PARAM_construct_octet_ptr(OSSL_CIPHER_PARAM_UPDATED_IV, in EVP_CIPHER_CTX_iv() 591 OSSL_PARAM_construct_octet_ptr(OSSL_CIPHER_PARAM_UPDATED_IV, in EVP_CIPHER_CTX_iv_noconst() 604 OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, buf, len); in EVP_CIPHER_CTX_get_updated_iv()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_names.h | 82 #define OSSL_CIPHER_PARAM_UPDATED_IV "updated-iv" /* octet_string OR octet_ptr */ macro
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 331 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 826 =item "updated-iv" (B<OSSL_CIPHER_PARAM_UPDATED_IV>) <octet string OR octet ptr>
|