Home
last modified time | relevance | path

Searched refs:s_ciph (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_openssl.c3223 const SSL_CIPHER *s_ciph = NULL; in coap_dtls_get_overhead() local
3225 s_ciph = SSL_get_current_cipher(session->tls); in coap_dtls_get_overhead()
3226 if (s_ciph) { in coap_dtls_get_overhead()
3233 e_ciph = EVP_get_cipherbynid(SSL_CIPHER_get_cipher_nid(s_ciph)); in coap_dtls_get_overhead()
3243 SSL_CIPHER_description(s_ciph, cipher, sizeof(cipher)); in coap_dtls_get_overhead()
3251 e_md = EVP_get_digestbynid(SSL_CIPHER_get_digest_nid(s_ciph)); in coap_dtls_get_overhead()
3265 SSL_CIPHER_description(s_ciph, cipher, sizeof(cipher)); in coap_dtls_get_overhead()

Completed in 5 milliseconds