Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_MODULUS (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c552 obj, PKCS11_CKA_MODULUS)) in load_tee_rsa_key_attrs()
572 obj, PKCS11_CKA_MODULUS)) in load_tee_rsa_key_attrs()
650 rc = tee2pkcs_add_attribute(pub_head, PKCS11_CKA_MODULUS, tee_obj, in tee2pkcs_rsa_attributes()
677 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_MODULUS, tee_obj, in tee2pkcs_rsa_attributes()
753 if (remove_empty_attribute(priv_head, PKCS11_CKA_MODULUS) || in generate_rsa_keys()
H A Dpkcs11_attributes.c454 PKCS11_CKA_MODULUS, PKCS11_CKA_PUBLIC_EXPONENT,
462 PKCS11_CKA_MODULUS, PKCS11_CKA_PUBLIC_EXPONENT,
822 if (get_attribute_ptr(temp, PKCS11_CKA_MODULUS, in create_pub_key_rsa_generated_attributes()
2522 if (remove_empty_attribute(head, PKCS11_CKA_MODULUS) || in set_private_key_data_rsa()
2574 rc = add_attribute(head, PKCS11_CKA_MODULUS, buffer, size); in set_private_key_data_rsa()
2719 rc = get_attribute_ptr(head, PKCS11_CKA_MODULUS, &n, &n_len); in encode_rsa_private_key_der()
H A Dpkcs11_helpers.c64 PKCS11_ID_SZ(PKCS11_CKA_MODULUS, 0),
H A Dprocessing.c151 if (get_attribute_ptr(attrs, PKCS11_CKA_MODULUS, NULL, &a_size)) in get_object_key_bit_size()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1118 PKCS11_CKA_MODULUS = 0x0120, enumerator