Searched refs:CKA_PRIME_1 (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 65 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 D | kernelUtil.c | 356 ENCODE_ATTR(CKA_PRIME_1, big->big_value, big->big_value_len); in get_rsa_private_key()
|
H A D | kernelKeys.c | 698 priTemplate[n].type = CKA_PRIME_1; in key_gen_rsa_by_value()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 1270 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 D | utility.c | 301 case CKA_PRIME_1: in is_attribute_defined()
|
H A D | asn1.c | 1196 rc = build_attribute(CKA_PRIME_1, tmp, len, &p_attr); in ber_decode_RSAPrivateKey()
|
H A D | tpm_specific.c | 812 if (template_attribute_find(obj->template, CKA_PRIME_1, in token_wrap_key_object()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 113 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 D | softAttributeUtil.c | 69 CKA_PRIME_1, 135 CKA_PRIME_1, 2062 case CKA_PRIME_1: 4056 case CKA_PRIME_1: 4144 case CKA_PRIME_1: 4950 case CKA_PRIME_1: 5420 case CKA_PRIME_1: 6782 case CKA_PRIME_1:
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 808 #define CKA_PRIME_1 0x00000124 macro
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | dca_rsa.c | 494 CKA_PRIME_1, (void **)&q, &qlen); in dca_rsainit()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 511 #define CKA_PRIME_1 0x00000124 macro
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 578 { { CKA_PRIME_1, NULL, 0 },
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2505 rv = get_bigint_attr(sess, obj, CKA_PRIME_1, &rawrsa->prime1); in get_raw_rsa() 3367 SETATTR(templ, i, CKA_PRIME_1, in store_raw_key()
|