Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_get_original_iv (Results 1 - 6 of 6) sorted by relevance

/third_party/openssl/test/
H A Daesgcmtest.c61 || EVP_CIPHER_CTX_get_original_iv(ctx, iv_gen, 12)); in do_encrypt()
H A Devp_extra_test.c3238 || !TEST_true(EVP_CIPHER_CTX_get_original_iv(ctx, oiv, sizeof(oiv))) in test_evp_iv_aes()
3349 || !TEST_true(EVP_CIPHER_CTX_get_original_iv(ctx, oiv, sizeof(oiv))) in test_evp_iv_des()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c608 int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len) in EVP_CIPHER_CTX_get_original_iv() function
/third_party/openssl/crypto/evp/
H A Devp_lib.c608 int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len) in EVP_CIPHER_CTX_get_original_iv() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h631 int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len);
/third_party/openssl/include/openssl/
H A Devp.h629 int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len);

Completed in 25 milliseconds