Home
last modified time | relevance | path

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

/onnv-gate/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()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSlotToken.c254 pInfo->ulMaxKeySize = kms_mechanism_info[i].ulMaxKeySize; in C_GetMechanismInfo()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c450 pInfo->ulMaxKeySize = soft_mechanism_info[i].ulMaxKeySize; in C_GetMechanismInfo()
/onnv-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c508 if (info.ulMaxKeySize && (info.ulMaxKeySize > in execute_cmd()
511 info.ulMaxKeySize; in execute_cmd()
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c161 if (keylength > info.ulMaxKeySize) { in slot_supports_krb5()
/onnv-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c560 if (info.ulMaxKeySize && (info.ulMaxKeySize > in execute_cmd()
563 info.ulMaxKeySize; in execute_cmd()
/onnv-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1019 CK_ULONG ulMaxKeySize; member
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c1322 pInfo->ulMaxKeySize = mechanism_info.mi_max_key_size; in get_mechanism_info()
/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c118 mechInfo->ulMaxKeySize); in display_mech_info()