Searched defs:kstype (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c45 KMF_KEYSTORE_TYPE kstype; local
70 len = sizeof (kstype);
72 &kstype, &len);
76 plugin = FindPlugin(handle, kstype);
92 KMF_KEYSTORE_TYPE kstype; local
117 len = sizeof (kstype);
119 &kstype, &len);
123 plugin = FindPlugin(handle, kstype);
161 KMF_KEYSTORE_TYPE kstype; local
184 len = sizeof (kstype);
205 KMF_KEYSTORE_TYPE kstype; local
275 KMF_KEYSTORE_TYPE kstype; local
[all...]
H A Dpk11tokens.c56 handle->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN;
86 handle->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN;
372 KMF_KEYSTORE_TYPE kstype; local
386 len = sizeof (kstype);
388 &kstype, &len);
392 plugin = FindPlugin(handle, kstype);
462 handle->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN;
H A Dcsrcrlop.c84 plugin = FindPlugin(handle, KMFKey->kstype);
397 KMF_KEYSTORE_TYPE_ATTR, &Signkey->kstype,
398 sizeof (Signkey->kstype));
645 KMF_KEYSTORE_TYPE kstype; local
646 uint32_t len = sizeof (kstype);
666 &kstype, &len);
670 switch (kstype) {
672 *plugin = FindPlugin(handle, kstype);
743 KMF_KEYSTORE_TYPE kstype; local
744 uint32_t len = sizeof (kstype);
[all...]
H A Dcertop.c109 KMF_KEYSTORE_TYPE kstype; local
153 &kstype, NULL);
157 plugin = FindPlugin(handle, kstype);
249 KMF_KEYSTORE_TYPE kstype; local
268 &kstype, NULL);
272 plugin = FindPlugin(handle, kstype);
400 if (key->kstype == KMF_KEYSTORE_NSS)
767 plugin = FindPlugin(handle, sign_key_ptr->kstype);
832 KMF_KEYSTORE_TYPE kstype; local
872 /* kstype i
1290 KMF_KEYSTORE_TYPE kstype; local
1327 KMF_KEYSTORE_TYPE kstype; local
1365 KMF_KEYSTORE_TYPE kstype; local
1475 check_crl_validity(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE kstype, char *crlfilename, KMF_DATA *issuer_cert) argument
1517 cert_crl_check(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, KMF_DATA *user_cert, KMF_DATA *issuer_cert) argument
1739 cert_ocsp_check(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, KMF_DATA *user_cert, KMF_DATA *issuer_cert, KMF_DATA *response, char *slotlabel, char *dirpath) argument
2126 find_issuer_cert(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, char *user_issuer, KMF_DATA *issuer_cert, char *slotlabel, char *dirpath) argument
2255 find_ta_cert(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, KMF_DATA *ta_cert, KMF_X509_NAME *user_issuerDN, char *slotlabel, char *dirpath) argument
2399 KMF_KEYSTORE_TYPE *kstype = NULL; local
2841 KMF_KEYSTORE_TYPE kstype; local
[all...]
H A Dgeneralop.c149 KMF_KEYSTORE_TYPE kstype; member in struct:__anon1910
161 static KMF_RETURN InitializePlugin(KMF_KEYSTORE_TYPE kstype, char *path,
212 FindPlugin(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE kstype) argument
224 while (node != NULL && node->plugin->type != kstype)
231 if (VALID_DEFAULT_KEYSTORE_TYPE(kstype)) {
235 if (plugin_list[i].kstype == kstype) {
236 ret = InitializePlugin(plugin_list[i].kstype,
253 if (phead->entry->kstype == kstype)
317 InitializePlugin(KMF_KEYSTORE_TYPE kstype, char *path, KMF_PLUGIN **plugin) argument
545 KMF_KEYSTORE_TYPE kstype; local
2689 kmf_get_plugin_info(KMF_HANDLE_T handle, char *keystore_name, KMF_KEYSTORE_TYPE *kstype, char **option) argument
2818 is_valid_keystore_type(KMF_KEYSTORE_TYPE kstype) argument
[all...]
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfcertlib.c198 KMF_KEYSTORE_TYPE kstype; local
202 kstype = KMF_KEYSTORE_OPENSSL;
208 KMF_KEYSTORE_TYPE_ATTR, &kstype, sizeof (kstype));
331 KMF_KEYSTORE_TYPE kstype; local
337 kstype = KMF_KEYSTORE_OPENSSL;
345 &kstype, sizeof (kstype));
390 KMF_KEYSTORE_TYPE kstype; local
406 kstype
570 KMF_KEYSTORE_TYPE kstype; local
669 KMF_KEYSTORE_TYPE kstype; local
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A DkmfapiP.h191 h->lasterr.kstype = 0; \
331 KMF_KEYSTORE_TYPE kstype; member in struct:__anon1835
H A Dkmftypes.h224 KMF_KEYSTORE_TYPE kstype; member in struct:__anon1862
233 KMF_KEYSTORE_TYPE kstype; member in struct:__anon1863
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c404 KMF_KEYSTORE_TYPE kstype = KMF_KEYSTORE_PK11TOKEN; local
425 kmf_set_attr_at_index(attr, n++, KMF_KEYSTORE_TYPE_ATTR, &kstype,
426 sizeof (kstype));
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c47 #define SET_ERROR(h, c) h->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN; \
207 handle->lasterr.kstype = KMF_KEYSTORE_PK11TOKEN;
1730 privkey->kstype = KMF_KEYSTORE_PK11TOKEN;
1735 pubkey->kstype = KMF_KEYSTORE_PK11TOKEN;
1776 privkey->kstype = KMF_KEYSTORE_PK11TOKEN;
1781 pubkey->kstype = KMF_KEYSTORE_PK11TOKEN;
1829 privkey->kstype = KMF_KEYSTORE_PK11TOKEN;
1834 pubkey->kstype = KMF_KEYSTORE_PK11TOKEN;
2282 key->kstype = KMF_KEYSTORE_PK11TOKEN;
3088 keys[n].kstype
4107 KMF_KEYSTORE_TYPE kstype = KMF_KEYSTORE_PK11TOKEN; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c127 #define SET_ERROR(h, c) h->lasterr.kstype = KMF_KEYSTORE_OPENSSL; \
130 #define SET_SYS_ERROR(h, c) h->lasterr.kstype = -1; h->lasterr.errcode = c;
1558 privkey->kstype = KMF_KEYSTORE_OPENSSL;
1566 pubkey->kstype = KMF_KEYSTORE_OPENSSL;
1605 privkey->kstype = KMF_KEYSTORE_OPENSSL;
1654 pubkey->kstype = KMF_KEYSTORE_OPENSSL;
2235 KMF_KEYSTORE_TYPE kstype = KMF_KEYSTORE_OPENSSL; local
2249 KMF_KEYSTORE_TYPE_ATTR, &kstype, sizeof (kstype));
2832 key->kstype
[all...]

Completed in 70 milliseconds