Searched refs:pri_class (Results 1 – 3 of 3) sorted by relevance
1051 ulong_t pri_key_type = ~0UL, pri_class = ~0UL; in ecc_nostore_key_generate_pair() local1072 pri_attribute_count, CKA_CLASS, &pri_class); in ecc_nostore_key_generate_pair()1087 if (pri_class != ~0UL && pri_class != CKO_PRIVATE_KEY) { in ecc_nostore_key_generate_pair()1090 pri_class = CKO_PRIVATE_KEY; in ecc_nostore_key_generate_pair()
7603 ulong_t pri_key_type = ~0UL, pri_class = ~0UL; in dprov_key_task() local7623 pri_attribute_count, DPROV_CKA_CLASS, &pri_class); in dprov_key_task()7638 if (pri_class != ~0UL && pri_class != DPROV_CKO_PRIVATE_KEY) { in dprov_key_task()7666 if (pri_class != ~0UL && in dprov_key_task()7667 pri_class != DPROV_CKO_PRIVATE_KEY) { in dprov_key_task()7671 pri_class = DPROV_CKO_PRIVATE_KEY; in dprov_key_task()7739 attribute.oa_value = (char *)&pri_class; in dprov_key_task()
539 CK_ULONG pri_class = CKO_PRIVATE_KEY; in key_gen_rsa_by_value() local675 priTemplate[n].pValue = (caddr_t)&pri_class; in key_gen_rsa_by_value()676 priTemplate[n].ulValueLen = sizeof (pri_class); in key_gen_rsa_by_value()866 CK_ULONG pri_class = CKO_PRIVATE_KEY; in key_gen_dh_by_value() local987 priTemplate[n].pValue = (caddr_t)&pri_class; in key_gen_dh_by_value()988 priTemplate[n].ulValueLen = sizeof (pri_class); in key_gen_dh_by_value()1150 CK_ULONG pri_class = CKO_PRIVATE_KEY; in key_gen_ec_by_value() local1264 priTemplate[n].pValue = (caddr_t)&pri_class; in key_gen_ec_by_value()1265 priTemplate[n].ulValueLen = sizeof (pri_class); in key_gen_ec_by_value()