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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1050 ulong_t pub_key_type = ~0UL, pub_class = ~0UL; local
1076 pub_attribute_count, CKA_KEY_TYPE, &pub_key_type);
1092 if (pub_key_type != ~0UL && pub_key_type != CKK_EC) {
1095 pub_key_type = CKK_EC;
H A Ddprov.c7602 ulong_t pub_key_type = ~0UL, pub_class = ~0UL; local
7627 pub_attribute_count, DPROV_CKA_KEY_TYPE, &pub_key_type);
7645 if (pub_key_type != ~0UL &&
7646 pub_key_type != DPROV_CKK_RSA) {
7650 pub_key_type = DPROV_CKK_RSA;
7701 attribute.oa_value = (char *)&pub_key_type;

Completed in 87 milliseconds