Searched defs:hKey (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsDigest.c61 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) argument
H A DkmsSign.c30 CK_OBJECT_HANDLE hKey)
74 CK_OBJECT_HANDLE hKey)
29 C_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
73 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DkmsVerify.c30 CK_OBJECT_HANDLE hKey)
74 CK_OBJECT_HANDLE hKey)
29 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
73 C_VerifyRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DkmsDecrypt.c113 CK_OBJECT_HANDLE hKey)
134 HANDLE2OBJECT(hKey, key_p, rv);
112 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DkmsEncrypt.c125 CK_OBJECT_HANDLE hKey)
150 HANDLE2OBJECT(hKey, key_p, rv);
124 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c62 CK_OBJECT_HANDLE hKey; local
115 attrs, &hKey);
124 rv = C_GetAttributeValue(krb_ctx_hSession(context), hKey,
128 (void) C_DestroyObject(krb_ctx_hSession(context), hKey); local
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaDigest.c125 meta_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) argument
135 rv = meta_handle2object(hKey, &key);
H A DmetaSign.c42 CK_OBJECT_HANDLE hKey)
55 rv = meta_handle2object(hKey, &key);
166 CK_OBJECT_HANDLE hKey)
179 rv = meta_handle2object(hKey, &key);
41 meta_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
165 meta_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DmetaVerify.c42 CK_OBJECT_HANDLE hKey)
55 rv = meta_handle2object(hKey, &key);
171 CK_OBJECT_HANDLE hKey)
184 rv = meta_handle2object(hKey, &key);
41 meta_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
170 meta_VerifyRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A Dpkcs11Digest.c176 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) argument
183 return (fast_funcs->C_DigestKey(hSession, hKey));
198 rv = FUNCLIST(sessp->se_slotid)->C_DigestKey(sessp->se_handle, hKey);
H A Dpkcs11Sign.c44 CK_OBJECT_HANDLE hKey)
57 return (fast_funcs->C_SignInit(hSession, pMechanism, hKey));
80 pMechanism, hKey);
222 CK_OBJECT_HANDLE hKey)
235 hKey));
258 pMechanism, hKey);
43 C_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
221 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A Dpkcs11Verify.c44 CK_OBJECT_HANDLE hKey)
56 return (fast_funcs->C_VerifyInit(hSession, pMechanism, hKey));
79 pMechanism, hKey);
220 CK_OBJECT_HANDLE hKey)
233 hKey));
256 pMechanism, hKey);
43 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
219 C_VerifyRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A Dpkcs11Keys.c159 CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey,
173 hWrappingKey, hKey, pWrappedKey,
197 pMechanism, hWrappingKey, hKey, pWrappedKey, pulWrappedKeyLen);
158 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hWrappingKey, CK_OBJECT_HANDLE hKey, CK_BYTE_PTR pWrappedKey, CK_ULONG_PTR pulWrappedKeyLen) argument
H A DmetaCrypt.c42 CK_OBJECT_HANDLE hKey)
55 rv = meta_handle2object(hKey, &key);
168 CK_OBJECT_HANDLE hKey)
181 rv = meta_handle2object(hKey, &key);
41 meta_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
167 meta_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A Dpkcs11Crypt.c84 CK_OBJECT_HANDLE hKey)
96 return (fast_funcs->C_EncryptInit(hSession, pMechanism, hKey));
119 pMechanism, hKey);
304 CK_OBJECT_HANDLE hKey)
316 return (fast_funcs->C_DecryptInit(hSession, pMechanism, hKey));
339 pMechanism, hKey);
82 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
302 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDigest.c282 C_DigestKey(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hKey) argument
302 HANDLE2OBJECT(hKey, key_p, rv);
H A DsoftSign.c35 CK_OBJECT_HANDLE hKey)
57 HANDLE2OBJECT(hKey, key_p, rv);
292 CK_OBJECT_HANDLE hKey)
314 HANDLE2OBJECT(hKey, key_p, rv);
34 C_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
291 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DsoftVerify.c35 CK_OBJECT_HANDLE hKey)
57 HANDLE2OBJECT(hKey, key_p, rv);
263 CK_OBJECT_HANDLE hKey)
285 HANDLE2OBJECT(hKey, key_p, rv);
34 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
262 C_VerifyRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DsoftDecrypt.c36 CK_OBJECT_HANDLE hKey)
58 HANDLE2OBJECT(hKey, key_p, rv);
35 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DsoftEncrypt.c35 CK_OBJECT_HANDLE hKey)
57 HANDLE2OBJECT(hKey, key_p, rv);
34 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_crypt.c60 CK_OBJECT_HANDLE hKey; local
92 des_key, 8, &hKey);
98 rv = C_EncryptInit(hSession, &mechanism, hKey);
115 (void) C_DestroyObject(hSession, hKey);
120 (void) C_DestroyObject(hSession, hKey);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEncrypt.c38 CK_OBJECT_HANDLE hKey)
67 HANDLE2OBJECT(hKey, key_p, rv);
37 C_EncryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
H A DkernelSign.c36 CK_OBJECT_HANDLE hKey)
65 HANDLE2OBJECT(hKey, key_p, rv);
498 CK_OBJECT_HANDLE hKey)
527 HANDLE2OBJECT(hKey, key_p, rv);
35 C_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
497 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_crypt.c98 CK_OBJECT_HANDLE hKey; local
111 key, key_len, &hKey);
118 rv = C_SignInit(hSession, &mechanism, hKey);
120 (void) C_DestroyObject(hSession, hKey);
126 (void) C_DestroyObject(hSession, hKey);
132 (void) C_DestroyObject(hSession, hKey);
136 (void) C_DestroyObject(hSession, hKey);
151 CK_OBJECT_HANDLE hKey; local
183 des_key, 8, &hKey);
189 rv = C_EncryptInit(hSession, &mechanism, hKey);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c116 HKEY hKey; local
122 &hKey) != ERROR_SUCCESS)
124 if (RegQueryValueEx(hKey, value_name, 0, 0,
127 RegCloseKey(hKey);
130 RegCloseKey(hKey);

Completed in 97 milliseconds

12