Searched refs:EVP_CIPHER_CTX_iv (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_padlock.c | 327 memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx), AES_BLOCK_SIZE); in padlock_cbc_cipher() 363 memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx), AES_BLOCK_SIZE); in padlock_cfb_cipher() 431 memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx), AES_BLOCK_SIZE); in padlock_ofb_cipher()
|
H A D | e_afalg.c | 654 EVP_CIPHER_CTX_iv(ctx), in afalg_do_cipher()
|
H A D | e_devcrypto.c | 378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
|
/third_party/openssl/engines/ |
H A D | e_padlock.c | 327 memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx), AES_BLOCK_SIZE); in padlock_cbc_cipher() 363 memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx), AES_BLOCK_SIZE); in padlock_cfb_cipher() 431 memcpy(cdata->iv, EVP_CIPHER_CTX_iv(ctx), AES_BLOCK_SIZE); in padlock_ofb_cipher()
|
H A D | e_afalg.c | 654 EVP_CIPHER_CTX_iv(ctx), in afalg_do_cipher()
|
H A D | e_devcrypto.c | 378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_lib.c | 570 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv() function
|
/third_party/openssl/crypto/evp/ |
H A D | evp_lib.c | 570 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 479 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 626 OSSL_DEPRECATEDIN_3_0 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 624 OSSL_DEPRECATEDIN_3_0 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
|
Completed in 21 milliseconds