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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c650 ulong_t newattrcount, mac_key_bytes, secret_key_bytes, iv_bytes; local
687 iv_bytes = km_params->ulIVSizeInBits / 8;
689 if ((iv_bytes > 0) &&
706 if ((isExport) && (iv_bytes > 0)) {
711 if (iv_bytes > MD5_DIGEST_LENGTH)
722 bcopy(key_block, kmo->pIVClient, iv_bytes);
730 bcopy(key_block, kmo->pIVServer, iv_bytes);
734 if (iv_bytes != 8)
746 iv_bytes = 0;
753 size = (uint_t)((mac_key_bytes + secret_key_bytes + iv_bytes) *
[all...]

Completed in 22 milliseconds