Home
last modified time | relevance | path

Searched refs:CKA_PRIME_2 (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c66 CKA_PRIME_2,
131 CKA_PRIME_2,
1562 case CKA_PRIME_2: in kernel_build_private_key_object()
2482 case CKA_PRIME_2: in kernel_get_private_key_attribute()
2579 case CKA_PRIME_2: in kernel_get_private_key_attribute()
3095 case CKA_PRIME_2: in kernel_set_private_key_attribute()
3948 case CKA_PRIME_2: in kernel_find_match_attrs()
H A DkernelUtil.c259 ENCODE_ATTR(CKA_PRIME_2, big->big_value, big->big_value_len); in get_rsa_private_key()
H A DkernelKeys.c699 priTemplate[n].type = CKA_PRIME_2; in key_gen_rsa_by_value()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c1277 found = template_attribute_find(tmpl, CKA_PRIME_2, &attr); in rsa_priv_check_required_attributes()
1371 case CKA_PRIME_2: in rsa_priv_validate_attribute()
1390 case CKA_PRIME_2: in rsa_priv_check_exportability()
1457 if (template_attribute_find(tmpl, CKA_PRIME_2, in rsa_priv_wrap_get_data()
H A Dutility.c302 case CKA_PRIME_2: in is_attribute_defined()
H A Dasn1.c1207 rc = build_attribute(CKA_PRIME_2, tmp, len, &q_attr); in ber_decode_RSAPrivateKey()
H A Dtpm_specific.c819 CKA_PRIME_2, &prime_attr) == FALSE) { in token_wrap_key_object()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c123 rv = soft_get_private_value(key, CKA_PRIME_2, prime2, &prime2_len); in soft_rsa_decrypt()
782 case CKA_PRIME_2: in soft_genRSAkey_set_attribute()
934 if ((rv = soft_genRSAkey_set_attribute(prikey, CKA_PRIME_2, in soft_rsa_genkey_pair()
H A DsoftAttributeUtil.c71 CKA_PRIME_2,
137 CKA_PRIME_2,
2059 case CKA_PRIME_2:
4046 case CKA_PRIME_2:
4143 case CKA_PRIME_2:
4940 case CKA_PRIME_2:
5435 case CKA_PRIME_2:
6782 case CKA_PRIME_2:
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h809 #define CKA_PRIME_2 0x00000125UL macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c496 CKA_PRIME_2, (void **)&p, &plen); in dca_rsainit()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h579 { { CKA_PRIME_2, NULL, 0 },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h480 #define CKA_PRIME_2 0x00000125UL macro
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2508 rv = get_bigint_attr(sess, obj, CKA_PRIME_2, &rawrsa->prime2); in get_raw_rsa()
3374 SETATTR(templ, i, CKA_PRIME_2, in store_raw_key()