Home
last modified time | relevance | path

Searched refs:EVP_DecryptInit_ex (Results 1 – 13 of 13) 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()
118 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.c271 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex() function
Devp.h548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_openssl.c321 if (!EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, NULL, NULL) || in crypto_cipher_init()
323 !EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, key, iv)) { in crypto_cipher_init()
/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.c1679 EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
Ds3_srvr.c2269 if (!EVP_DecryptInit_ex(&ciph_ctx,enc,NULL,kssl_ctx->key,iv)) in ssl3_get_client_key_exchange()
/external/openssl/crypto/pem/
Dpvkfmt.c761 EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL); in do_PVK_body()
769 EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, in do_PVK_body()
Dpem_lib.c467 EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0])); in PEM_do_header()
/external/openssl/crypto/asn1/
Dn_pkey.c311 EVP_DecryptInit_ex(&ctx,EVP_rc4(),NULL, key,NULL); in d2i_RSA_NET_2()
/external/openssl/include/openssl/
Devp.h548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/external/openssl/apps/
Dspeed.c1927 EVP_DecryptInit_ex(&ctx,evp_cipher,NULL,key16,iv); in MAIN()