Searched defs:mac_defs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c80 static KSSLMACDef mac_defs[] = { /* indexed by SSL3MACAlgorithm */ variable
1489 spec->mac_hashsz = mac_defs[ssl->pending_malg].hashsz;
1490 spec->mac_padsz = mac_defs[ssl->pending_malg].padsz;
1492 spec->MAC_HashInit = mac_defs[ssl->pending_malg].HashInit;
1493 spec->MAC_HashUpdate = mac_defs[ssl->pending_malg].HashUpdate;
1494 spec->MAC_HashFinal = mac_defs[ssl->pending_malg].HashFinal;

Completed in 69 milliseconds