Home
last modified time | relevance | path

Searched refs:EVP_DecryptInit_ex (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c262 if (EVP_DecryptInit_ex(ctx, type, NULL, key, NULL) != 1) { in aes_decrypt_init()
359 if (EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, key, iv) != 1) in aes_128_cbc_decrypt()
488 if (!EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, NULL, NULL) || in crypto_cipher_init()
490 !EVP_DecryptInit_ex(&ctx->dec, NULL, NULL, key, iv)) { in crypto_cipher_init()
/external/boringssl/src/include/openssl/
Dcipher.h162 OPENSSL_EXPORT int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
/external/boringssl/src/crypto/cipher/
De_tls.c253 !EVP_DecryptInit_ex(&tls_ctx->cipher_ctx, NULL, NULL, NULL, nonce)) { in aead_tls_open()
Dcipher.c243 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
/external/boringssl/src/crypto/pem/
Dpem_lib.c421 o = EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0])); in PEM_do_header()
/external/boringssl/src/ssl/
Dt1_lib.c2142 !EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()