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

  /external/openssl/crypto/pkcs12/
p12_crpt.c 108 ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de);
  /external/openssl/crypto/evp/
p5_crpt.c 127 EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de);
evp_enc.c 90 return EVP_CipherInit_ex(ctx,cipher,NULL,key,iv,enc);
93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
262 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
274 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
p5_crpt2.c 214 EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de);
281 EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
e_rc2.c 186 if(i > 0) EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1);
bio_enc.c 301 EVP_CipherInit_ex(&(ctx->cipher),NULL,NULL,NULL,NULL,
423 EVP_CipherInit_ex(&(ctx->cipher),c,NULL, k,i,e);
evp.h 558 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    [all...]
  /external/openssl/crypto/asn1/
p5_pbev2.c 130 EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0);
  /external/openssl/crypto/pkcs7/
bio_ber.c 342 EVP_CipherInit_ex(&(ctx->cipher),NULL,NULL,NULL,NULL,
461 EVP_CipherInit_ex(&(ctx->cipher),c,NULL,k,i,e);
pk7_doit.c 337 if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL, NULL, 1)<=0)
341 if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
567 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)
584 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,ek,NULL,0) <= 0)
  /external/openssl/apps/
enc.c 591 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc))
602 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc))
  /external/openssl/ssl/
s3_enc.c 376 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
t1_enc.c 523 printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n");
531 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
  /external/openssl/include/openssl/
evp.h 558 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
    [all...]

Completed in 295 milliseconds