Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Object.c49 if (purefastpath || policyfastpath) { in C_CreateObject()
90 if (purefastpath || policyfastpath) { in C_CopyObject()
129 if (purefastpath || policyfastpath) { in C_DestroyObject()
168 if (purefastpath || policyfastpath) { in C_GetAttributeValue()
209 if (purefastpath || policyfastpath) { in C_SetAttributeValue()
249 if (purefastpath || policyfastpath) { in C_GetObjectSize()
289 if (purefastpath || policyfastpath) { in C_FindObjectsInit()
331 if (purefastpath || policyfastpath) { in C_FindObjects()
370 if (purefastpath || policyfastpath) { in C_FindObjectsFinal()
H A Dpkcs11Crypt.c53 if (purefastpath || policyfastpath) { in C_EncryptInit()
106 if (purefastpath || policyfastpath) { in C_Encrypt()
149 if (purefastpath || policyfastpath) { in C_EncryptUpdate()
190 if (purefastpath || policyfastpath) { in C_EncryptFinal()
236 if (purefastpath || policyfastpath) { in C_DecryptInit()
289 if (purefastpath || policyfastpath) { in C_Decrypt()
332 if (purefastpath || policyfastpath) { in C_DecryptUpdate()
373 if (purefastpath || policyfastpath) { in C_DecryptFinal()
H A Dpkcs11Session.c57 if (purefastpath || policyfastpath) { in C_OpenSession()
124 if (purefastpath || policyfastpath) { in C_CloseSession()
179 if (purefastpath || policyfastpath) { in C_CloseAllSessions()
255 if (purefastpath || policyfastpath) { in C_GetSessionInfo()
313 if (purefastpath || policyfastpath) { in C_GetOperationState()
355 if (purefastpath || policyfastpath) { in C_SetOperationState()
398 if (purefastpath || policyfastpath) { in C_Login()
437 if (purefastpath || policyfastpath) { in C_Logout()
H A Dpkcs11Sign.c52 if (purefastpath || policyfastpath) { in C_SignInit()
105 if (purefastpath || policyfastpath) { in C_Sign()
145 if (purefastpath || policyfastpath) { in C_SignUpdate()
185 if (purefastpath || policyfastpath) { in C_SignFinal()
229 if (purefastpath || policyfastpath) { in C_SignRecoverInit()
281 if (purefastpath || policyfastpath) { in C_SignRecover()
H A Dpkcs11Verify.c51 if (purefastpath || policyfastpath) { in C_VerifyInit()
102 if (purefastpath || policyfastpath) { in C_Verify()
143 if (purefastpath || policyfastpath) { in C_VerifyUpdate()
183 if (purefastpath || policyfastpath) { in C_VerifyFinal()
227 if (purefastpath || policyfastpath) { in C_VerifyRecoverInit()
280 if (purefastpath || policyfastpath) { in C_VerifyRecover()
H A Dpkcs11Digest.c51 if (purefastpath || policyfastpath) { in C_DigestInit()
102 if (purefastpath || policyfastpath) { in C_Digest()
143 if (purefastpath || policyfastpath) { in C_DigestUpdate()
182 if (purefastpath || policyfastpath) { in C_DigestKey()
220 if (purefastpath || policyfastpath) { in C_DigestFinal()
H A Dpkcs11DualCrypt.c50 if (purefastpath || policyfastpath) { in C_DigestEncryptUpdate()
95 if (purefastpath || policyfastpath) { in C_DecryptDigestUpdate()
141 if (purefastpath || policyfastpath) { in C_SignEncryptUpdate()
185 if (purefastpath || policyfastpath) { in C_DecryptVerifyUpdate()
H A Dpkcs11Keys.c50 if (purefastpath || policyfastpath) { in C_GenerateKey()
108 if (purefastpath || policyfastpath) { in C_GenerateKeyPair()
167 if (purefastpath || policyfastpath) { in C_WrapKey()
224 if (purefastpath || policyfastpath) { in C_UnwrapKey()
281 if (purefastpath || policyfastpath) { in C_DeriveKey()
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()
735 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetMechanismInfo()
785 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_InitToken()
819 if (purefastpath || policyfastpath) { in C_InitPIN()
855 if (purefastpath || policyfastpath) { in C_SetPIN()
H A Dpkcs11Rand.c48 if (purefastpath || policyfastpath) { in C_SeedRandom()
101 if (purefastpath || policyfastpath) { in C_GenerateRandom()
H A Dpkcs11Global.h42 extern boolean_t purefastpath;
H A Dpkcs11General.c396 purefastpath = B_FALSE; in finalize_common()
491 if (purefastpath || policyfastpath) { in C_GetInfo()
H A Dpkcs11Conf.c57 boolean_t purefastpath = B_FALSE; variable
700 purefastpath = B_TRUE; in pkcs11_slot_mapping()
710 if ((purefastpath || policyfastpath) && (!metaslot_enabled)) { in pkcs11_slot_mapping()