Searched refs:objecttype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c47 #define PK11_OBJECTTYPE "objecttype"
278 * Check for duplicity. objecttype can not be empty, it
284 uri->objecttype = CKO_PUBLIC_KEY;
286 uri->objecttype = CKO_PRIVATE_KEY;
288 uri->objecttype = CKO_CERTIFICATE;
290 uri->objecttype = CKO_SECRET_KEY;
292 uri->objecttype = CKO_DATA;
H A Dcryptoutil.h153 * "objecttype" URI attribute can have a value one of "private",
154 * "public", "cert", "secretkey", and "data". The "objecttype" field can
159 CK_ULONG objecttype; member in struct:pkcs11_uri_t

Completed in 16 milliseconds