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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c636 ulong_t newattrcount, mac_key_bytes, secret_key_bytes, iv_bytes; local
673 iv_bytes = km_params->ulIVSizeInBits / 8;
675 if ((iv_bytes > 0) &&
692 if ((isExport) && (iv_bytes > 0)) {
697 if (iv_bytes > MD5_HASH_SIZE)
708 bcopy(key_block, kmo->pIVClient, iv_bytes);
716 bcopy(key_block, kmo->pIVServer, iv_bytes);
720 if (iv_bytes != 8)
732 iv_bytes = 0;
739 size = (uint_t)((mac_key_bytes + secret_key_bytes + iv_bytes) *
[all...]

Completed in 46 milliseconds