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

/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3499 CK_ULONG secKeyType; local
3622 secKeyType = CKK_AES;
3626 secKeyType = CKK_RC4;
3630 secKeyType = CKK_DES;
3634 secKeyType = CKK_DES3;
3645 SETATTR(templ, i, CKA_KEY_TYPE, &secKeyType, sizeof (secKeyType));
3867 CK_ULONG secKeyType = CKK_GENERIC_SECRET; local
3966 SETATTR(templ, i, CKA_KEY_TYPE, &secKeyType, sizeof (secKeyType));
[all...]

Completed in 22 milliseconds