Searched refs:CKA_PRIME_2 (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 66 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 D | kernelUtil.c | 259 ENCODE_ATTR(CKA_PRIME_2, big->big_value, big->big_value_len); in get_rsa_private_key()
|
H A D | kernelKeys.c | 699 priTemplate[n].type = CKA_PRIME_2; in key_gen_rsa_by_value()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 1277 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 D | utility.c | 302 case CKA_PRIME_2: in is_attribute_defined()
|
H A D | asn1.c | 1207 rc = build_attribute(CKA_PRIME_2, tmp, len, &q_attr); in ber_decode_RSAPrivateKey()
|
H A D | tpm_specific.c | 819 CKA_PRIME_2, &prime_attr) == FALSE) { in token_wrap_key_object()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 123 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 D | softAttributeUtil.c | 71 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 D | dca.h | 809 #define CKA_PRIME_2 0x00000125UL macro
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca_rsa.c | 496 CKA_PRIME_2, (void **)&p, &plen); in dca_rsainit()
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 579 { { CKA_PRIME_2, NULL, 0 },
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 480 #define CKA_PRIME_2 0x00000125UL macro
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2508 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()
|