Home
last modified time | relevance | path

Searched refs:KEYMGMT_FLAG_CHECK_ONLY (Results 1 – 15 of 15) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dkey_acl.c152 /*Flg*/ KEYMGMT_FLAG_CHECK_ONLY | KEYMGMT_FLAG_LABEL_ONLY | \
169 /*Flg*/ KEYMGMT_FLAG_CHECK_ONLY | KEYMGMT_FLAG_LABEL_ONLY | \
179 /*Flg*/ KEYMGMT_FLAG_CHECK_ONLY,
213 /*Flg*/ KEYMGMT_FLAG_CHECK_ONLY,
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dpnppki.c138 KEYMGMT_FLAG_CHECK_ONLY ); in isNamedObjectPresent()
145 KEYMGMT_FLAG_CHECK_ONLY ); in isNamedObjectPresent()
H A Dscep_svr.c570 KEYMGMT_FLAG_CHECK_ONLY ); in checkScepRequest()
H A Dssl_svr.c99 KEYMGMT_FLAG_CHECK_ONLY ); in readCheckClientCerts()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Ddbx_rd.c705 !( flags & KEYMGMT_FLAG_CHECK_ONLY ) ) ) in getItemFunction()
753 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
H A Dpkcs15_get.c326 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
H A Dpgp.c471 if( flags & ( KEYMGMT_FLAG_CHECK_ONLY | KEYMGMT_FLAG_LABEL_ONLY ) ) in getItemFunction()
H A Dpkcs12_rd.c1028 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11_rd.c1772 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getSecretKey()
1870 if( flags & ( KEYMGMT_FLAG_CHECK_ONLY | KEYMGMT_FLAG_LABEL_ONLY ) ) in getItemFunction()
1887 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
2042 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
H A Dms_capi.c1393 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
1438 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
1605 if( flags & KEYMGMT_FLAG_CHECK_ONLY ) in getItemFunction()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dcertval.c312 KEYMGMT_FLAG_CHECK_ONLY ); in checkRTCSResponse()
H A Dcertschk.c206 KEYID_SIZE, NULL, 0, KEYMGMT_FLAG_CHECK_ONLY ); in checkKeyset()
H A Dcertrev.c768 NULL, 0, KEYMGMT_FLAG_CHECK_ONLY ); in checkOCSPResponse()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptkrn.h1042 #define KEYMGMT_FLAG_CHECK_ONLY 0x0001 /* Perform existence check only */ macro
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_attr.c953 KEYMGMT_FLAG_CHECK_ONLY ); in setContextAttributeS()