/external/openssl/crypto/evp/ |
names.c | 138 void (*fn)(const EVP_CIPHER *ciph, 151 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, 160 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, 172 void (*fn)(const EVP_MD *ciph,
|
evp.h | 824 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, 826 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, 829 void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph, 831 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph, [all...] |
/external/kernel-headers/original/linux/ |
pfkeyv2.h | 301 #define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */ 302 #define SADB_X_EALG_TWOFISHCBC 253 /* draft-ietf-ipsec-ciph-aes-cbc-00 */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pfkeyv2.h | 304 #define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */ 305 #define SADB_X_EALG_TWOFISHCBC 253 /* draft-ietf-ipsec-ciph-aes-cbc-00 */
|
/external/openssl/ssl/ |
d1_lib.c | 274 const SSL_CIPHER *ciph = ssl3_get_cipher(u); local 276 if (ciph != NULL) 278 if (ciph->algorithm_enc == SSL_RC4) 282 return ciph;
|
ssltest.c | 326 const SSL_CIPHER *ciph; local 329 ciph=SSL_get_current_cipher(c_ssl); 333 SSL_CIPHER_get_version(ciph), 334 SSL_CIPHER_get_name(ciph)); [all...] |
ssl_locl.h | 535 #define ssl_put_cipher_by_char(ssl,ciph,ptr) \ 536 ((ssl)->method->put_cipher_by_char((ciph),(ptr))) [all...] |
/external/ipsec-tools/src/racoon/ |
ipsec_doi.h | 80 /* draft-ietf-ipsec-ciph-aes-cbc-00.txt */
|
oakley.c | [all...] |
/external/openssl/include/openssl/ |
evp.h | 824 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, 826 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, 829 void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph, 831 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph, [all...] |
/external/wpa_supplicant/tests/ |
test_sha256.c | 52 /* draft-ietf-ipsec-ciph-sha-256-01.txt */
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_sha256.c | 52 /* draft-ietf-ipsec-ciph-sha-256-01.txt */
|