Searched refs:ciph (Results 1 - 10 of 10) sorted by relevance
/external/openssl/crypto/cms/ |
H A D | 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, argument 266 if (ciph) 285 return cms_EncryptedContent_init(ec, ciph, key, keylen);
|
H A D | cms.h | 165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|
/external/openssl/crypto/evp/ |
H A D | names.c | 143 void (*fn)(const EVP_CIPHER *ciph, 156 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, argument 165 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, argument 177 void (*fn)(const EVP_MD *ciph,
|
H A D | 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, 881 void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph, 883 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph,
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
H A D | 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/ |
H A D | 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;
|
H A D | 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));
|
H A D | ssl_locl.h | 561 #define ssl_put_cipher_by_char(ssl,ciph,ptr) \ 562 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))
|
/external/openssl/include/openssl/ |
H A D | 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, 881 void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph, 883 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph,
|
H A D | cms.h | 165 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|
Completed in 2257 milliseconds