Home
last modified time | relevance | path

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

/titanic_41/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.c367 ENCODE_ATTR(CKA_PRIME_2, big->big_value, big->big_value_len); in get_rsa_private_key()
H A DkernelKeys.c704 priTemplate[n].type = CKA_PRIME_2; in key_gen_rsa_by_value()
/titanic_41/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.c815 CKA_PRIME_2, &prime_attr) == FALSE) { in token_wrap_key_object()
/titanic_41/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.c70 CKA_PRIME_2,
136 CKA_PRIME_2,
2070 case CKA_PRIME_2:
4057 case CKA_PRIME_2:
4154 case CKA_PRIME_2:
4951 case CKA_PRIME_2:
5446 case CKA_PRIME_2:
6792 case CKA_PRIME_2:
/titanic_41/usr/src/uts/common/sys/crypto/
H A Ddca.h809 #define CKA_PRIME_2 0x00000125 macro
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c498 CKA_PRIME_2, (void **)&p, &plen); in dca_rsainit()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h512 #define CKA_PRIME_2 0x00000125 macro
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h581 { { CKA_PRIME_2, NULL, 0 },
/titanic_41/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()
3373 SETATTR(templ, i, CKA_PRIME_2, in store_raw_key()