/external/openssl/crypto/evp/ |
D | p_open.c | 78 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()
|
D | evp_test.c | 202 if(!EVP_DecryptInit_ex(&ctx,c,NULL,key,iv)) in test1()
|
D | evp_enc.c | 302 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex() function
|
D | evp.h | 591 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
|
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
D | cipher_test.c | 228 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()
|
D | cipher.c | 250 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() function
|
/external/openssl/ssl/ |
D | s2_enc.c | 108 EVP_DecryptInit_ex(rs,c,NULL,&(s->s2->key_material[(client)?0:num]), in ssl2_enc_init()
|
D | t1_lib.c | 2546 EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
|
D | s3_srvr.c | 2623 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/ |
D | cipher.h | 151 OPENSSL_EXPORT int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 278 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/ |
D | n_pkey.c | 317 if (!EVP_DecryptInit_ex(&ctx,EVP_rc4(),NULL, key,NULL)) in d2i_RSA_NET_2()
|
/external/openssl/crypto/cms/ |
D | cms_pwri.c | 255 EVP_DecryptInit_ex(ctx, NULL, NULL, NULL, NULL); in kek_unwrap_key()
|
/external/openssl/crypto/pem/ |
D | pvkfmt.c | 769 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()
|
D | pem_lib.c | 472 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/ |
D | pem_lib.c | 418 o = EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0])); in PEM_do_header()
|
/external/openssl/include/openssl/ |
D | evp.h | 591 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | t1_lib.c | 2379 EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
|
/external/openssl/apps/ |
D | speed.c | 1970 EVP_DecryptInit_ex(&ctx,evp_cipher,NULL,key16,iv); in MAIN()
|