Home
last modified time | relevance | path

Searched refs:policyfastpath (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c48 if (purefastpath || policyfastpath) { in C_GenerateKey()
49 if (policyfastpath && in C_GenerateKey()
106 if (purefastpath || policyfastpath) { in C_GenerateKeyPair()
107 if (policyfastpath && in C_GenerateKeyPair()
165 if (purefastpath || policyfastpath) { in C_WrapKey()
166 if (policyfastpath && in C_WrapKey()
222 if (purefastpath || policyfastpath) { in C_UnwrapKey()
223 if (policyfastpath && in C_UnwrapKey()
279 if (purefastpath || policyfastpath) { in C_DeriveKey()
280 if (policyfastpath && in C_DeriveKey()
H A Dpkcs11Crypt.c51 if (purefastpath || policyfastpath) { in C_EncryptInit()
52 if (policyfastpath && in C_EncryptInit()
104 if (purefastpath || policyfastpath) { in C_Encrypt()
147 if (purefastpath || policyfastpath) { in C_EncryptUpdate()
188 if (purefastpath || policyfastpath) { in C_EncryptFinal()
234 if (purefastpath || policyfastpath) { in C_DecryptInit()
235 if (policyfastpath && in C_DecryptInit()
287 if (purefastpath || policyfastpath) { in C_Decrypt()
330 if (purefastpath || policyfastpath) { in C_DecryptUpdate()
371 if (purefastpath || policyfastpath) { in C_DecryptFinal()
H A Dpkcs11Sign.c50 if (purefastpath || policyfastpath) { in C_SignInit()
51 if (policyfastpath && in C_SignInit()
103 if (purefastpath || policyfastpath) { in C_Sign()
143 if (purefastpath || policyfastpath) { in C_SignUpdate()
183 if (purefastpath || policyfastpath) { in C_SignFinal()
227 if (purefastpath || policyfastpath) { in C_SignRecoverInit()
228 if (policyfastpath && in C_SignRecoverInit()
279 if (purefastpath || policyfastpath) { in C_SignRecover()
H A Dpkcs11Verify.c49 if (purefastpath || policyfastpath) { in C_VerifyInit()
50 if (policyfastpath && in C_VerifyInit()
100 if (purefastpath || policyfastpath) { in C_Verify()
141 if (purefastpath || policyfastpath) { in C_VerifyUpdate()
181 if (purefastpath || policyfastpath) { in C_VerifyFinal()
225 if (purefastpath || policyfastpath) { in C_VerifyRecoverInit()
226 if (policyfastpath && in C_VerifyRecoverInit()
278 if (purefastpath || policyfastpath) { in C_VerifyRecover()
H A Dpkcs11Object.c47 if (purefastpath || policyfastpath) { in C_CreateObject()
88 if (purefastpath || policyfastpath) { in C_CopyObject()
127 if (purefastpath || policyfastpath) { in C_DestroyObject()
166 if (purefastpath || policyfastpath) { in C_GetAttributeValue()
207 if (purefastpath || policyfastpath) { in C_SetAttributeValue()
247 if (purefastpath || policyfastpath) { in C_GetObjectSize()
287 if (purefastpath || policyfastpath) { in C_FindObjectsInit()
329 if (purefastpath || policyfastpath) { in C_FindObjects()
368 if (purefastpath || policyfastpath) { in C_FindObjectsFinal()
H A Dpkcs11Digest.c49 if (purefastpath || policyfastpath) { in C_DigestInit()
50 if (policyfastpath && in C_DigestInit()
100 if (purefastpath || policyfastpath) { in C_Digest()
141 if (purefastpath || policyfastpath) { in C_DigestUpdate()
180 if (purefastpath || policyfastpath) { in C_DigestKey()
218 if (purefastpath || policyfastpath) { in C_DigestFinal()
H A Dpkcs11Session.c55 if (purefastpath || policyfastpath) { in C_OpenSession()
122 if (purefastpath || policyfastpath) { in C_CloseSession()
177 if (purefastpath || policyfastpath) { in C_CloseAllSessions()
253 if (purefastpath || policyfastpath) { in C_GetSessionInfo()
311 if (purefastpath || policyfastpath) { in C_GetOperationState()
353 if (purefastpath || policyfastpath) { in C_SetOperationState()
396 if (purefastpath || policyfastpath) { in C_Login()
435 if (purefastpath || policyfastpath) { in C_Logout()
H A Dpkcs11Rand.c46 if (purefastpath || policyfastpath) { in C_SeedRandom()
48 if (policyfastpath && in C_SeedRandom()
99 if (purefastpath || policyfastpath) { in C_GenerateRandom()
101 if (policyfastpath && in C_GenerateRandom()
H A Dpkcs11DualCrypt.c48 if (purefastpath || policyfastpath) { in C_DigestEncryptUpdate()
93 if (purefastpath || policyfastpath) { in C_DecryptDigestUpdate()
139 if (purefastpath || policyfastpath) { in C_SignEncryptUpdate()
183 if (purefastpath || policyfastpath) { in C_DecryptVerifyUpdate()
H A Dpkcs11SlotToken.c63 if ((purefastpath || policyfastpath) && (!metaslot_enabled)) { in C_GetSlotList()
145 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetSlotInfo()
179 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetTokenInfo()
223 if (purefastpath || policyfastpath) { in C_WaitForSlotEvent()
600 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetMechanismList()
614 if (policyfastpath) { in C_GetMechanismList()
735 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetMechanismInfo()
748 if (policyfastpath) { in C_GetMechanismInfo()
785 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_InitToken()
819 if (purefastpath || policyfastpath) { in C_InitPIN()
[all …]
H A Dpkcs11Global.h41 extern boolean_t policyfastpath;
H A Dpkcs11General.c397 policyfastpath = B_FALSE; in finalize_common()
491 if (purefastpath || policyfastpath) { in C_GetInfo()
H A Dpkcs11Conf.c58 boolean_t policyfastpath = B_FALSE; variable
704 policyfastpath = B_TRUE; in pkcs11_slot_mapping()
710 if ((purefastpath || policyfastpath) && (!metaslot_enabled)) { in pkcs11_slot_mapping()