Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c65 CKA_PRIME_1,
130 CKA_PRIME_1,
1554 case CKA_PRIME_1: in kernel_build_private_key_object()
2481 case CKA_PRIME_1: in kernel_get_private_key_attribute()
2569 case CKA_PRIME_1: in kernel_get_private_key_attribute()
3094 case CKA_PRIME_1: in kernel_set_private_key_attribute()
3938 case CKA_PRIME_1: in kernel_find_match_attrs()
H A DkernelUtil.c248 ENCODE_ATTR(CKA_PRIME_1, big->big_value, big->big_value_len); in get_rsa_private_key()
H A DkernelKeys.c693 priTemplate[n].type = CKA_PRIME_1; in key_gen_rsa_by_value()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c1270 found = template_attribute_find(tmpl, CKA_PRIME_1, &attr); in rsa_priv_check_required_attributes()
1370 case CKA_PRIME_1: in rsa_priv_validate_attribute()
1389 case CKA_PRIME_1: in rsa_priv_check_exportability()
1453 if (template_attribute_find(tmpl, CKA_PRIME_1, in rsa_priv_wrap_get_data()
H A Dutility.c301 case CKA_PRIME_1: in is_attribute_defined()
H A Dasn1.c1196 rc = build_attribute(CKA_PRIME_1, tmp, len, &p_attr); in ber_decode_RSAPrivateKey()
H A Dtpm_specific.c816 if (template_attribute_find(obj->template, CKA_PRIME_1, in token_wrap_key_object()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c113 rv = soft_get_private_value(key, CKA_PRIME_1, prime1, &prime1_len); in soft_rsa_decrypt()
777 case CKA_PRIME_1: in soft_genRSAkey_set_attribute()
929 if ((rv = soft_genRSAkey_set_attribute(prikey, CKA_PRIME_1, in soft_rsa_genkey_pair()
H A DsoftAttributeUtil.c70 CKA_PRIME_1,
136 CKA_PRIME_1,
2051 case CKA_PRIME_1:
4045 case CKA_PRIME_1:
4133 case CKA_PRIME_1:
4939 case CKA_PRIME_1:
5409 case CKA_PRIME_1:
6772 case CKA_PRIME_1:
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h808 #define CKA_PRIME_1 0x00000124UL macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c492 CKA_PRIME_1, (void **)&q, &qlen); in dca_rsainit()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h576 { { CKA_PRIME_1, NULL, 0 },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h479 #define CKA_PRIME_1 0x00000124UL macro
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2505 rv = get_bigint_attr(sess, obj, CKA_PRIME_1, &rawrsa->prime1); in get_raw_rsa()
3368 SETATTR(templ, i, CKA_PRIME_1, in store_raw_key()