Searched refs:SSL_CIPHER_get_kx_nid (Results 1 – 6 of 6) sorted by relevance
14 SSL_CIPHER_get_kx_nid,35 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);75 SSL_CIPHER_get_kx_nid() returns the key exchange NID corresponding to the method167 SSL_CIPHER_get_kx_nid() and SSL_CIPHER_get_auth_nid() return the NID value or
387 SSL_CIPHER_get_kx_nid 388 1_1_0 EXIST::FUNCTION:
2074 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c) in SSL_CIPHER_get_kx_nid() function
1525 __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
50 #define SSL_CIPHER_get_kx_nid BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CIPHER_get_kx_nid) macro
1965 nid = SSL_CIPHER_get_kx_nid(cipher); in cipher_to_dict()