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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3467 CK_ULONG secKeyType; local
3590 secKeyType = CKK_AES;
3594 secKeyType = CKK_RC4;
3598 secKeyType = CKK_DES;
3602 secKeyType = CKK_DES3;
3613 SETATTR(templ, i, CKA_KEY_TYPE, &secKeyType, sizeof (secKeyType));
3835 CK_ULONG secKeyType = CKK_GENERIC_SECRET; local
3934 SETATTR(templ, i, CKA_KEY_TYPE, &secKeyType, sizeof (secKeyType));
[all...]

Completed in 92 milliseconds