Searched refs:ciphersuite_cb (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_ciph.c | 1305 static int ciphersuite_cb(const char *elem, int len, void *arg) in ciphersuite_cb() function 1341 && (CONF_parse_list(str, ':', 1, ciphersuite_cb, newciphers) <= 0 in STACK_OF()
|
/third_party/openssl/ssl/ |
H A D | ssl_ciph.c | 1304 static int ciphersuite_cb(const char *elem, int len, void *arg) in ciphersuite_cb() function 1340 && (CONF_parse_list(str, ':', 1, ciphersuite_cb, newciphers) <= 0 in STACK_OF()
|
Completed in 5 milliseconds