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

  /external/openssl/crypto/pkcs7/
pk7_doit.c 268 const EVP_CIPHER *evp_cipher=NULL; local
288 evp_cipher=p7->d.signed_and_enveloped->enc_data->cipher;
289 if (evp_cipher == NULL)
299 evp_cipher=p7->d.enveloped->enc_data->cipher;
300 if (evp_cipher == NULL)
325 if (evp_cipher != NULL)
338 keylen=EVP_CIPHER_key_length(evp_cipher);
339 ivlen=EVP_CIPHER_iv_length(evp_cipher);
340 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
427 const EVP_CIPHER *evp_cipher=NULL; local
    [all...]
  /external/openssl/apps/
speed.c 626 const EVP_CIPHER *evp_cipher=NULL; local
718 evp_cipher=EVP_get_cipherbyname(*argv);
719 if(!evp_cipher)
723 if(!evp_cipher && !evp_md)
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 3357 const EVP_CIPHER* evp_cipher = EVP_get_cipherbyname(algorithmChars.c_str()); local
    [all...]

Completed in 986 milliseconds