Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c321 thisValue = slots[i]->mechanism_info.ulMaxKeySize; in meta_GetMechanismInfo()
322 if (thisValue > pInfo->ulMaxKeySize) { in meta_GetMechanismInfo()
323 pInfo->ulMaxKeySize = thisValue; in meta_GetMechanismInfo()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c450 pInfo->ulMaxKeySize = soft_mechanism_info[i].ulMaxKeySize; in C_GetMechanismInfo()
/titanic_50/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c512 if (info.ulMaxKeySize && (info.ulMaxKeySize > in execute_cmd()
515 info.ulMaxKeySize; in execute_cmd()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c161 if (keylength > info.ulMaxKeySize) { in slot_supports_krb5()
/titanic_50/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c561 if (info.ulMaxKeySize && (info.ulMaxKeySize > in execute_cmd()
564 info.ulMaxKeySize; in execute_cmd()
/titanic_50/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1019 CK_ULONG ulMaxKeySize; member
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c1322 pInfo->ulMaxKeySize = mechanism_info.mi_max_key_size; in get_mechanism_info()
/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c121 mechInfo->ulMaxKeySize); in display_mech_info()