Searched refs:EVP_CIPHER_CTX_get_updated_iv (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 5 EVP_CIPHER_CTX_get_original_iv, EVP_CIPHER_CTX_get_updated_iv, 14 int EVP_CIPHER_CTX_get_updated_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len); 26 EVP_CIPHER_CTX_get_original_iv() and EVP_CIPHER_CTX_get_updated_iv() copy 33 EVP_CIPHER_CTX_get_updated_iv() accesses the current "IV state" 49 EVP_CIPHER_CTX_get_original_iv() and EVP_CIPHER_CTX_get_updated_iv() return 1 58 EVP_CIPHER_CTX_get_original_iv() and EVP_CIPHER_CTX_get_updated_iv() were added
|
H A D | EVP_EncryptInit.pod | 870 See also EVP_CIPHER_CTX_get_updated_iv().
|
/openssl/test/ |
H A D | evp_extra_test.c | 3848 || !TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx, iv, sizeof(iv))) in test_evp_iv_aes() 3862 || !TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx, iv, sizeof(iv)))) in test_evp_iv_aes() 3965 || !TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx, iv, sizeof(iv))) in test_evp_iv_des() 3978 || !TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx, iv, sizeof(iv)))) in test_evp_iv_des() 4596 if (!TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx, updated_iv, sizeof(updated_iv)))) { in test_evp_updated_iv()
|
H A D | evp_test.c | 1206 if (!TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx_base, iv, sizeof(iv))) in cipher_test_enc() 1442 if (!TEST_true(EVP_CIPHER_CTX_get_updated_iv(ctx, iv, sizeof(iv))) in cipher_test_enc()
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 587 int EVP_CIPHER_CTX_get_updated_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len) in EVP_CIPHER_CTX_get_updated_iv() function
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1756 Applications should instead use L<EVP_CIPHER_CTX_get_updated_iv(3)>, 1757 L<EVP_CIPHER_CTX_get_updated_iv(3)> and L<EVP_CIPHER_CTX_get_original_iv(3)>
|
/openssl/include/openssl/ |
H A D | evp.h | 637 int EVP_CIPHER_CTX_get_updated_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len);
|
/openssl/util/ |
H A D | libcrypto.num | 5200 EVP_CIPHER_CTX_get_updated_iv 5328 3_0_0 EXIST::FUNCTION:
|
Completed in 61 milliseconds