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

  /external/openssl/crypto/cms/
cms_enc.c 73 const EVP_CIPHER *ciph; local
97 ciph = ec->cipher;
106 ciph = EVP_get_cipherbyobj(calg->algorithm);
108 if (!ciph)
116 if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0)
257 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
266 if (ciph)
285 return cms_EncryptedContent_init(ec, ciph, key, keylen);
cms.h 165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
  /external/openssl/crypto/evp/
names.c 143 void (*fn)(const EVP_CIPHER *ciph,
156 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
165 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
177 void (*fn)(const EVP_MD *ciph,
evp.h 876 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
878 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_lib.c 315 const SSL_CIPHER *ciph = ssl3_get_cipher(u); local
317 if (ciph != NULL)
319 if (ciph->algorithm_enc == SSL_RC4)
323 return ciph;
  /external/openssl/ssl/
d1_lib.c 296 const SSL_CIPHER *ciph = ssl3_get_cipher(u); local
298 if (ciph != NULL)
300 if (ciph->algorithm_enc == SSL_RC4)
304 return ciph;
ssltest.c 377 const SSL_CIPHER *ciph; local
380 ciph=SSL_get_current_cipher(c_ssl);
384 SSL_CIPHER_get_version(ciph),
385 SSL_CIPHER_get_name(ciph));
    [all...]
ssl_locl.h 561 #define ssl_put_cipher_by_char(ssl,ciph,ptr) \
562 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))
    [all...]
  /external/openssl/include/openssl/
evp.h 876 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
878 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
    [all...]
cms.h 165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,

Completed in 168 milliseconds