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

  /external/openssl/crypto/pkcs7/
pk7_doit.c 428 EVP_CIPHER_CTX *evp_ctx=NULL; local
573 evp_ctx=NULL;
574 BIO_get_cipher_ctx(etmp,&evp_ctx);
575 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)
577 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0)
580 tkeylen = EVP_CIPHER_CTX_key_length(evp_ctx);
584 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
593 if (eklen != EVP_CIPHER_CTX_key_length(evp_ctx)) {
598 if(!EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen))
610 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,ek,NULL,0) <= 0
    [all...]
  /external/chromium_org/third_party/boringssl/
boringssl.target.darwin-arm.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.darwin-arm64.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.darwin-mips.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.darwin-mips64.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.darwin-x86.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.darwin-x86_64.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.linux-arm.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.linux-arm64.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.linux-mips.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.linux-mips64.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.linux-x86.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \
boringssl.target.linux-x86_64.mk 155 third_party/boringssl/src/crypto/evp/evp_ctx.c \

Completed in 847 milliseconds