Searched refs:NULL_PTR (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_md5.c49 mechanism.pParameter = NULL_PTR;
H A Dhash_sha1.c45 mechanism.pParameter = NULL_PTR;
/osnet-11/usr/src/lib/pkcs11/include/
H A Dcryptoki.h52 #ifndef NULL_PTR
54 #define NULL_PTR NULL macro
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c41 CK_SLOT_ID_PTR tmp_list = NULL_PTR, tmp2_list = NULL_PTR;
43 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count);
52 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count);
63 *slot_list = NULL_PTR;
H A Dpk11keys.c621 ckMechanism.pParameter = NULL_PTR;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c246 * Only check if pulOperationStateLen is NULL_PTR.
247 * No need to check if pOperationState is NULL_PTR because
251 if (pulOperationStateLen == NULL_PTR) {
286 if ((pOperationState == NULL_PTR) ||
336 if (pPin == NULL_PTR) {
H A DsoftMAC.c238 digest_mech.pParameter = NULL_PTR;
304 digest_mech.pParameter = NULL_PTR;
345 digest_mech.pParameter = NULL_PTR;
386 digest_mech.pParameter = NULL_PTR;
427 digest_mech.pParameter = NULL_PTR;
468 digest_mech.pParameter = NULL_PTR;
H A DsoftSSL.c470 if (pVersion == NULL_PTR)
480 if (pVersion != NULL_PTR)
506 if (random_data->pClientRandom == NULL_PTR || ClientRandomLen == 0 ||
507 random_data->pServerRandom == NULL_PTR || ServerRandomLen == 0) {
680 if (random_data->pClientRandom == NULL_PTR || ClientRandomLen == 0 ||
681 random_data->pServerRandom == NULL_PTR || ServerRandomLen == 0) {
H A DsoftSlotToken.c663 if ((pOldPin == NULL_PTR) || (pNewPin == NULL_PTR)) {
H A DsoftGeneral.c433 (void) finalize_common(B_TRUE, NULL_PTR);
H A DsoftSessionUtil.c490 if (pOperationState == NULL_PTR) {
H A DsoftKeystore.c2230 token_session.pApplication = NULL_PTR;
2382 mech.pParameter = NULL_PTR;
H A DsoftKeysUtil.c1075 if (phKey == NULL_PTR)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dhmac_md5.c91 mechanism.pParameter = NULL_PTR;
H A Dk5_md5des.c101 mechanism.pParameter = NULL_PTR;
219 mechanism.pParameter = NULL_PTR;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c279 if (pOperationState == NULL_PTR) {
322 if (pulOperationStateLen == NULL_PTR)
427 if ((pOperationState == NULL_PTR) ||
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c479 (void) finalize_common(NULL_PTR);
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1300 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR,
1339 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR,
5285 rv = C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount);
5309 rv = C_GetMechanismList(slotID, NULL_PTR, &ulMechTypeCount);
5321 if (pMechTypeList == NULL_PTR) {
5369 rv = C_Initialize(NULL_PTR);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3617 keyGenMech.pParameter = NULL_PTR;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c841 ctx->p11->C_Finalize(NULL_PTR);

Completed in 164 milliseconds