Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c319 thisValue = slots[i]->mechanism_info.ulMaxKeySize; in meta_GetMechanismInfo()
320 if (thisValue > pInfo->ulMaxKeySize) { in meta_GetMechanismInfo()
321 pInfo->ulMaxKeySize = thisValue; in meta_GetMechanismInfo()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c479 pInfo->ulMaxKeySize = soft_mechanism_info[i].ulMaxKeySize; in C_GetMechanismInfo()
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c512 if (info.ulMaxKeySize && (info.ulMaxKeySize > in execute_cmd()
515 info.ulMaxKeySize; in execute_cmd()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c159 if (keylength > info.ulMaxKeySize) { in slot_supports_krb5()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c561 if (info.ulMaxKeySize && (info.ulMaxKeySize > in execute_cmd()
564 info.ulMaxKeySize; in execute_cmd()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c1211 pInfo->ulMaxKeySize = mechanism_info.mi_max_key_size; in get_mechanism_info()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h998 CK_ULONG ulMaxKeySize; member
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c122 mechInfo->ulMaxKeySize); in display_mech_info()