Searched refs:EVP_DecryptInit_ex (Results 1 – 13 of 13) sorted by relevance
/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() 118 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 | 271 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex() function
|
D | evp.h | 548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_openssl.c | 321 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/ |
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 | 1679 EVP_DecryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL, in tls_decrypt_ticket()
|
D | s3_srvr.c | 2269 if (!EVP_DecryptInit_ex(&ciph_ctx,enc,NULL,kssl_ctx->key,iv)) in ssl3_get_client_key_exchange()
|
/external/openssl/crypto/pem/ |
D | pvkfmt.c | 761 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()
|
D | pem_lib.c | 467 EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0])); in PEM_do_header()
|
/external/openssl/crypto/asn1/ |
D | n_pkey.c | 311 EVP_DecryptInit_ex(&ctx,EVP_rc4(),NULL, key,NULL); in d2i_RSA_NET_2()
|
/external/openssl/include/openssl/ |
D | evp.h | 548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
|
/external/openssl/apps/ |
D | speed.c | 1927 EVP_DecryptInit_ex(&ctx,evp_cipher,NULL,key16,iv); in MAIN()
|