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

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_scache.h37 #define TLS_TICKET_MACLEN 32 /* RFC 5077 HMAC key size */ macro
43 unsigned char hmac[TLS_TICKET_MACLEN];
H A Dtls_server.c327 TLS_TICKET_MACLEN);
365 HMAC_Init_ex(hctx, key->hmac, TLS_TICKET_MACLEN, sha256, NOENGINE);
/netbsd-current/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c499 || RAND_bytes(tmp.hmac, TLS_TICKET_MACLEN) <= 0)

Completed in 96 milliseconds