Searched refs:CKA_EXPONENT_1 (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 67 CKA_EXPONENT_1, 132 CKA_EXPONENT_1, 1570 case CKA_EXPONENT_1: in kernel_build_private_key_object() 2483 case CKA_EXPONENT_1: in kernel_get_private_key_attribute() 2589 case CKA_EXPONENT_1: in kernel_get_private_key_attribute() 3096 case CKA_EXPONENT_1: in kernel_set_private_key_attribute() 3958 case CKA_EXPONENT_1: in kernel_find_match_attrs()
|
H A D | kernelUtil.c | 378 ENCODE_ATTR(CKA_EXPONENT_1, big->big_value, in get_rsa_private_key()
|
H A D | kernelKeys.c | 710 priTemplate[n].type = CKA_EXPONENT_1; in key_gen_rsa_by_value()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 1284 found = template_attribute_find(tmpl, CKA_EXPONENT_1, &attr); in rsa_priv_check_required_attributes() 1372 case CKA_EXPONENT_1: in rsa_priv_validate_attribute() 1391 case CKA_EXPONENT_1: in rsa_priv_check_exportability() 1461 if (template_attribute_find(tmpl, CKA_EXPONENT_1, in rsa_priv_wrap_get_data()
|
H A D | utility.c | 303 case CKA_EXPONENT_1: in is_attribute_defined()
|
H A D | asn1.c | 1218 rc = build_attribute(CKA_EXPONENT_1, tmp, len, &e1_attr); in ber_decode_RSAPrivateKey()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 133 rv = soft_get_private_value(key, CKA_EXPONENT_1, expo1, &expo1_len); in soft_rsa_decrypt() 787 case CKA_EXPONENT_1: in soft_genRSAkey_set_attribute() 939 if ((rv = soft_genRSAkey_set_attribute(prikey, CKA_EXPONENT_1, in soft_rsa_genkey_pair()
|
H A D | softAttributeUtil.c | 71 CKA_EXPONENT_1, 137 CKA_EXPONENT_1, 2078 case CKA_EXPONENT_1: 4058 case CKA_EXPONENT_1: 4164 case CKA_EXPONENT_1: 4952 case CKA_EXPONENT_1: 5472 case CKA_EXPONENT_1: 6802 case CKA_EXPONENT_1:
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 810 #define CKA_EXPONENT_1 0x00000126 macro
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | dca_rsa.c | 502 CKA_EXPONENT_1, (void **)&dq, &dqlen); in dca_rsainit()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 513 #define CKA_EXPONENT_1 0x00000126 macro
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 584 { { CKA_EXPONENT_1, NULL, 0 },
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2511 rv = get_bigint_attr(sess, obj, CKA_EXPONENT_1, &rawrsa->exp1); in get_raw_rsa() 3379 SETATTR(templ, i, CKA_EXPONENT_1, in store_raw_key()
|