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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_srvr.c1775 unsigned char *hmac, *hmac2; local
1882 if (!WPACKET_allocate_bytes(pkt, hmaclen, &hmac2)
1883 || !ossl_assert(hmac == hmac2)
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_srvr.c1724 unsigned char *hmac, *hmac2; local
1823 if (!WPACKET_allocate_bytes(pkt, hmaclen, &hmac2)
1824 || !ossl_assert(hmac == hmac2)

Completed in 189 milliseconds