HomeSort by relevance Sort by last modified time
    Searched refs:EVP_DecryptInit_ex (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/evp/
p_open.c 78 if(!EVP_DecryptInit_ex(ctx,type,NULL, NULL,NULL)) return 0;
104 if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err;
118 EVP_DecryptInit_ex(ctx,NULL,NULL,NULL,NULL);
evp_test.c 202 if(!EVP_DecryptInit_ex(&ctx,c,NULL,key,iv))
evp_enc.c 271 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
evp.h 548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    [all...]
  /external/openssl/ssl/
s2_enc.c 108 EVP_DecryptInit_ex(rs,c,NULL,&(s->s2->key_material[(client)?0:num]),
t1_lib.c     [all...]
s3_srvr.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 321 if (!EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, NULL, NULL) ||
323 !EVP_DecryptInit_ex(&ctx->dec, cipher, NULL, key, iv)) {
  /external/openssl/crypto/asn1/
n_pkey.c 311 EVP_DecryptInit_ex(&ctx,EVP_rc4(),NULL, key,NULL);
  /external/openssl/crypto/pem/
pvkfmt.c 761 EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL);
769 EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf,
pem_lib.c 467 EVP_DecryptInit_ex(&ctx,cipher->cipher,NULL, key,&(cipher->iv[0]));
  /external/openssl/include/openssl/
evp.h 548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    [all...]
  /external/openssl/apps/
speed.c     [all...]

Completed in 287 milliseconds