Searched refs:e_md (Results 1 – 2 of 2) sorted by relevance
2128 const EVP_MD *e_md = EVP_get_digestbynid(digest_nid); in ssl_cipher_get_overhead() local2130 if (e_md == NULL) in ssl_cipher_get_overhead()2133 mac = EVP_MD_size(e_md); in ssl_cipher_get_overhead()
3120 const EVP_MD *e_md; in coap_dtls_get_overhead() local3141 e_md = EVP_get_digestbynid(SSL_CIPHER_get_digest_nid(s_ciph)); in coap_dtls_get_overhead()3145 maclen = EVP_MD_size(e_md); in coap_dtls_get_overhead()