Lines Matching refs:SSL_CIPHER
220 const SSL_CIPHER *cipher;
226 static const SSL_CIPHER cipher_aliases[]={
490 const SSL_CIPHER *c; in ssl_cipher_get_evp()
784 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
850 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, in ssl_cipher_collect_aliases()
858 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
912 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
928 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
1104 const SSL_CIPHER **ca_list) in ssl_cipher_process_rulestr()
1352 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, in STACK_OF() argument
1353 STACK_OF(SSL_CIPHER) **cipher_list, in STACK_OF()
1354 STACK_OF(SSL_CIPHER) **cipher_list_by_id, in STACK_OF()
1359 STACK_OF(SSL_CIPHER) *cipherstack, *tmp_cipher_list; in STACK_OF()
1362 const SSL_CIPHER **ca_list = NULL; in STACK_OF()
1447 num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER); in STACK_OF()
1449 ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max); in STACK_OF()
1534 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description()
1721 char *SSL_CIPHER_get_version(const SSL_CIPHER *c) in SSL_CIPHER_get_version()
1736 const char *SSL_CIPHER_get_name(const SSL_CIPHER *c) in SSL_CIPHER_get_name()
1744 int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits) in SSL_CIPHER_get_bits()
1756 unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c) in SSL_CIPHER_get_id()
1762 const char* SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher) in SSL_CIPHER_authentication_method()