Searched refs:tee2pkcs_add_attribute (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_rsa.c | 619 rc = tee2pkcs_add_attribute(pub_head, PKCS11_CKA_MODULUS, tee_obj, in tee2pkcs_rsa_attributes() 638 rc = tee2pkcs_add_attribute(pub_head, in tee2pkcs_rsa_attributes() 646 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_MODULUS, tee_obj, in tee2pkcs_rsa_attributes() 651 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PUBLIC_EXPONENT, in tee2pkcs_rsa_attributes() 656 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PRIVATE_EXPONENT, in tee2pkcs_rsa_attributes() 661 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PRIME_1, tee_obj, in tee2pkcs_rsa_attributes() 666 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PRIME_2, tee_obj, in tee2pkcs_rsa_attributes() 671 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_EXPONENT_1, tee_obj, in tee2pkcs_rsa_attributes() 676 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_EXPONENT_2, tee_obj, in tee2pkcs_rsa_attributes() 681 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_COEFFICIENT, tee_obj, in tee2pkcs_rsa_attributes()
|
A D | processing_ec.c | 482 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_VALUE, in tee2pkcs_ec_attributes() 766 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_VALUE, in generate_eddsa_keys() 771 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_EC_POINT, in generate_eddsa_keys() 776 rc = tee2pkcs_add_attribute(pub_head, PKCS11_CKA_EC_POINT, in generate_eddsa_keys()
|
A D | processing.h | 121 enum pkcs11_rc tee2pkcs_add_attribute(struct obj_attrs **head,
|
A D | processing.c | 363 enum pkcs11_rc tee2pkcs_add_attribute(struct obj_attrs **head, in tee2pkcs_add_attribute() function
|
Completed in 8 milliseconds