Searched refs:CKA_EXPONENT_2 (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 68 CKA_EXPONENT_2, 133 CKA_EXPONENT_2, 1578 case CKA_EXPONENT_2: in kernel_build_private_key_object() 2484 case CKA_EXPONENT_2: in kernel_get_private_key_attribute() 2599 case CKA_EXPONENT_2: in kernel_get_private_key_attribute() 3097 case CKA_EXPONENT_2: in kernel_set_private_key_attribute() 3968 case CKA_EXPONENT_2: in kernel_find_match_attrs()
|
H A D | kernelUtil.c | 282 ENCODE_ATTR(CKA_EXPONENT_2, big->big_value, in get_rsa_private_key()
|
H A D | kernelKeys.c | 711 priTemplate[n].type = CKA_EXPONENT_2; in key_gen_rsa_by_value()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 1291 found = template_attribute_find(tmpl, CKA_EXPONENT_2, &attr); in rsa_priv_check_required_attributes() 1373 case CKA_EXPONENT_2: in rsa_priv_validate_attribute() 1392 case CKA_EXPONENT_2: in rsa_priv_check_exportability() 1465 if (template_attribute_find(tmpl, CKA_EXPONENT_2, in rsa_priv_wrap_get_data()
|
H A D | utility.c | 304 case CKA_EXPONENT_2: in is_attribute_defined()
|
H A D | asn1.c | 1229 rc = build_attribute(CKA_EXPONENT_2, tmp, len, &e2_attr); in ber_decode_RSAPrivateKey()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 143 rv = soft_get_private_value(key, CKA_EXPONENT_2, expo2, &expo2_len); in soft_rsa_decrypt() 792 case CKA_EXPONENT_2: in soft_genRSAkey_set_attribute() 944 if ((rv = soft_genRSAkey_set_attribute(prikey, CKA_EXPONENT_2, in soft_rsa_genkey_pair()
|
H A D | softAttributeUtil.c | 73 CKA_EXPONENT_2, 139 CKA_EXPONENT_2, 2075 case CKA_EXPONENT_2: 4048 case CKA_EXPONENT_2: 4163 case CKA_EXPONENT_2: 4942 case CKA_EXPONENT_2: 5487 case CKA_EXPONENT_2: 6802 case CKA_EXPONENT_2:
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 811 #define CKA_EXPONENT_2 0x00000127UL macro
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca_rsa.c | 504 CKA_EXPONENT_2, (void **)&dp, &dplen); in dca_rsainit()
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 585 { { CKA_EXPONENT_2, NULL, 0 },
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 482 #define CKA_EXPONENT_2 0x00000127UL macro
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2514 rv = get_bigint_attr(sess, obj, CKA_EXPONENT_2, &rawrsa->exp2); in get_raw_rsa() 3386 SETATTR(templ, i, CKA_EXPONENT_2, in store_raw_key()
|