Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_iv (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A De_padlock.c327 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 De_afalg.c654 EVP_CIPHER_CTX_iv(ctx), in afalg_do_cipher()
H A De_devcrypto.c378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
/third_party/openssl/engines/
H A De_padlock.c327 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 De_afalg.c654 EVP_CIPHER_CTX_iv(ctx), in afalg_do_cipher()
H A De_devcrypto.c378 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 Devp_lib.c570 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 Devp_lib.c570 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 Devp.h479 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h626 OSSL_DEPRECATEDIN_3_0 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);
/third_party/openssl/include/openssl/
H A Devp.h624 OSSL_DEPRECATEDIN_3_0 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx);

Completed in 21 milliseconds