Searched refs:OSSL_CIPHER_PARAM_UPDATED_IV (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/providers/implementations/ciphers/ |
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),
|
D | cipher_aes_ocb.c | 443 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in aes_ocb_get_ctx_params() 475 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
D | ciphercommon.c | 148 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0), 565 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_cipher_generic_get_ctx_params()
|
D | ciphercommon_ccm.c | 178 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_ccm_get_ctx_params()
|
D | ciphercommon_gcm.c | 185 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_gcm_get_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
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),
|
D | cipher_aes_ocb.c | 443 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in aes_ocb_get_ctx_params() 475 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
D | ciphercommon.c | 148 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0), 565 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_cipher_generic_get_ctx_params()
|
D | ciphercommon_ccm.c | 178 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_ccm_get_ctx_params()
|
D | ciphercommon_gcm.c | 185 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_gcm_get_ctx_params()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
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()
|
/third_party/openssl/crypto/evp/ |
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()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core_names.h | 82 #define OSSL_CIPHER_PARAM_UPDATED_IV "updated-iv" /* octet_string OR octet_ptr */ macro
|
/third_party/openssl/include/openssl/ |
D | core_names.h | 82 #define OSSL_CIPHER_PARAM_UPDATED_IV "updated-iv" /* octet_string OR octet_ptr */ macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
D | ciphercommon.h | 329 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
/third_party/openssl/providers/implementations/include/prov/ |
D | ciphercommon.h | 329 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_UPDATED_IV, NULL, 0),
|
/third_party/openssl/doc/man3/ |
D | EVP_EncryptInit.pod | 817 =item "updated-iv" (B<OSSL_CIPHER_PARAM_UPDATED_IV>) <octet string OR octet ptr>
|