Home
last modified time | relevance | path

Searched refs:dtls1_get_cipher (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
HDssl_methods.c80 .get_cipher = dtls1_get_cipher,
101 .get_cipher = dtls1_get_cipher,
122 .get_cipher = dtls1_get_cipher,
143 .get_cipher = dtls1_get_cipher,
164 .get_cipher = dtls1_get_cipher,
185 .get_cipher = dtls1_get_cipher,
HDdtls_locl.h205 const SSL_CIPHER *dtls1_get_cipher(unsigned int u);
HDd1_lib.c244 dtls1_get_cipher(unsigned int u) in dtls1_get_cipher() function
/dragonfly/crypto/libressl/
HDChangeLog690 * Clean up and simplify dtls1_get_cipher().