Lines Matching refs:hKey
641 CK_OBJECT_HANDLE hKey) in C_EncryptInit() argument
646 rv = ck_encdecrypt_init(hSession, pMechanism, hKey, CK_FALSE); in C_EncryptInit()
733 CK_OBJECT_HANDLE hKey) in C_DecryptInit() argument
738 rv = ck_encdecrypt_init(hSession, pMechanism, hKey, CK_TRUE); in C_DecryptInit()
888 CK_OBJECT_HANDLE hKey) in C_DigestKey() argument
893 rv = ck_digest_key(hSession, hKey); in C_DigestKey()
929 CK_OBJECT_HANDLE hKey) in C_SignInit() argument
934 rv = ck_signverify_init(hSession, pMechanism, hKey, CK_TRUE); in C_SignInit()
1018 CK_OBJECT_HANDLE hKey) in C_SignRecoverInit() argument
1022 (void)hKey; in C_SignRecoverInit()
1050 CK_OBJECT_HANDLE hKey) in C_VerifyInit() argument
1055 rv = ck_signverify_init(hSession, pMechanism, hKey, CK_FALSE); in C_VerifyInit()
1139 CK_OBJECT_HANDLE hKey) in C_VerifyRecoverInit() argument
1143 (void)hKey; in C_VerifyRecoverInit()
1306 CK_OBJECT_HANDLE hKey, in C_WrapKey() argument
1313 rv = ck_wrap_key(hSession, pMechanism, hWrappingKey, hKey, in C_WrapKey()