Searched defs:ciph (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/cms/
H A Dcms_enc.c73 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);
/external/openssl/crypto/evp/
H A Dnames.c143 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,
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_lib.c315 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 Dd1_lib.c296 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 Dssltest.c377 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));

Completed in 906 milliseconds