Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dp_open.c78 if(!EVP_DecryptInit_ex(ctx,type,NULL, NULL,NULL)) return 0; in EVP_OpenInit()
104 if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err; in EVP_OpenInit()
119 i = EVP_DecryptInit_ex(ctx,NULL,NULL,NULL,NULL); in EVP_OpenFinal()
Devp_test.c202 if(!EVP_DecryptInit_ex(&ctx,c,NULL,key,iv)) in test1()
Devp_enc.c302 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex() function
Devp.h591 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher_test.c228 if (!EVP_DecryptInit_ex(&ctx, c, NULL, NULL, NULL)) { in test1()
238 if (!EVP_DecryptInit_ex(&ctx, NULL, NULL, key, iv)) { in test1()
253 } else if (!EVP_DecryptInit_ex(&ctx, c, NULL, key, iv)) { in test1()
Dcipher.c250 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
/external/openssl/ssl/
Ds2_enc.c108 EVP_DecryptInit_ex(rs,c,NULL,&(s->s2->key_material[(client)?0:num]), in ssl2_enc_init()
Dt1_lib.c2546 EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
Ds3_srvr.c2623 if (!EVP_DecryptInit_ex(&ciph_ctx,enc,NULL,kssl_ctx->key,iv)) in ssl3_get_client_key_exchange()
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dcipher.h151 OPENSSL_EXPORT int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c278 if (EVP_DecryptInit_ex(ctx, type, NULL, key, NULL) != 1) { in aes_decrypt_init()
427 if (!EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, NULL, NULL) || in crypto_cipher_init()
429 !EVP_DecryptInit_ex(&ctx->dec, NULL, NULL, key, iv)) { in crypto_cipher_init()
/external/openssl/crypto/asn1/
Dn_pkey.c317 if (!EVP_DecryptInit_ex(&ctx,EVP_rc4(),NULL, key,NULL)) in d2i_RSA_NET_2()
/external/openssl/crypto/cms/
Dcms_pwri.c255 EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL); in kek_unwrap_key()
/external/openssl/crypto/pem/
Dpvkfmt.c769 if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL)) in do_PVK_body()
780 if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, in do_PVK_body()
Dpem_lib.c472 o = EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0])); in PEM_do_header()
/external/chromium_org/third_party/boringssl/src/crypto/pem/
Dpem_lib.c418 o = EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0])); in PEM_do_header()
/external/openssl/include/openssl/
Devp.h591 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_lib.c2379 EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
/external/openssl/apps/
Dspeed.c1970 EVP_DecryptInit_ex(&ctx,evp_cipher,NULL,key16,iv); in MAIN()