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

  /external/openssh/
kex.h 104 HMAC_CTX evp_ctx; member in struct:Mac
  /external/openssl/crypto/pkcs7/
pk7_doit.c 428 EVP_CIPHER_CTX *evp_ctx=NULL; local
568 evp_ctx=NULL;
569 BIO_get_cipher_ctx(etmp,&evp_ctx);
570 if (EVP_CipherInit_ex(evp_ctx,evp_cipher,NULL,NULL,NULL,0) <= 0)
572 if (EVP_CIPHER_asn1_to_param(evp_ctx,enc_alg->parameter) < 0)
575 tkeylen = EVP_CIPHER_CTX_key_length(evp_ctx);
579 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
588 if (eklen != EVP_CIPHER_CTX_key_length(evp_ctx)) {
593 if(!EVP_CIPHER_CTX_set_key_length(evp_ctx, eklen))
605 if (EVP_CipherInit_ex(evp_ctx,NULL,NULL,ek,NULL,0) <= 0
    [all...]

Completed in 89 milliseconds