Home
last modified time | relevance | path

Searched refs:MAX_CIPHERS (Results 1 – 13 of 13) sorted by relevance

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h141 #define MAX_CIPHERS 8 macro
223 struct tc_cipher_spec tc_pub_cipher_list[MAX_CIPHERS];
225 struct tc_scipher tc_sym_cipher_list[MAX_CIPHERS];
H A Dtcpcrypt.c55 static struct tc_cipher_spec _pkey[MAX_CIPHERS];
57 static struct tc_scipher _sym[MAX_CIPHERS];
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dssl_sock_darwin.c53 #define MAX_CIPHERS 100 macro
474 SSLCipherSuite ciphers[MAX_CIPHERS]; in ssl_create()
787 SSLCipherSuite ciphers[MAX_CIPHERS]; in ssl_ciphers_populate()
H A Dssl_sock_gtls.c55 #define MAX_CIPHERS 100 macro
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/include/
H A Dyassl_types.hpp181 const int MAX_CIPHERS = 32; // max supported ciphers for cipher list variable
H A Dyassl_imp.hpp669 char cipher_list_[MAX_CIPHERS][MAX_SUITE_NAME];
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/include/
H A Dyassl_types.hpp181 const int MAX_CIPHERS = 32; // max supported ciphers for cipher list variable
H A Dyassl_imp.hpp669 char cipher_list_[MAX_CIPHERS][MAX_SUITE_NAME];
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/include/
H A Dyassl_types.hpp181 const int MAX_CIPHERS = 32; // max supported ciphers for cipher list variable
H A Dyassl_imp.hpp669 char cipher_list_[MAX_CIPHERS][MAX_SUITE_NAME];
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/src/
H A Dssl.cpp587 if (priority < 0 || priority >= MAX_CIPHERS) in SSL_get_cipher_list()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/src/
H A Dssl.cpp587 if (priority < 0 || priority >= MAX_CIPHERS) in open_openal()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/src/
H A Dssl.cpp578 if (priority < 0 || priority >= MAX_CIPHERS) in SSL_get_cipher_list()