Home
last modified time | relevance | path

Searched refs:paramKeyType (Results 1 – 3 of 3) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11.c854 const CK_KEY_TYPE type = contextInfoPtr->capabilityInfo->paramKeyType; in cipherInitKey()
893 const CK_KEY_TYPE type = contextInfoPtr->capabilityInfo->paramKeyType; in hmacInitKey()
991 const CK_KEY_TYPE type = contextInfoPtr->capabilityInfo->paramKeyType; in cipherGenerateKey()
1031 const CK_KEY_TYPE type = contextInfoPtr->capabilityInfo->paramKeyType; in hmacGenerateKey()
H A Dpkcs11_api.h167 #define paramKeyType param1 macro
H A Dpkcs11_init.c656 capabilityInfo->paramKeyType = mechanismInfoPtr->keyType; in getCapability()