Home
last modified time | relevance | path

Searched refs:MAX_KEYBLOCK (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c57 #define MAX_KEYBLOCK 160 /* should be plenty for all known cipherspecs */ macro
632 uchar_t key_block[MAX_KEYBLOCK], *kb, *export_keys = NULL; in soft_ssl_key_and_mac_derive()
747 if (size > MAX_KEYBLOCK) in soft_ssl_key_and_mac_derive()