Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_PRIME_1 (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c510 PKCS11_CKA_PRIME_1, PKCS11_CKA_PRIME_2, PKCS11_CKA_EXPONENT_1, in contains_all_rsa_crt_parameters()
604 PKCS11_CKA_PRIME_1)) in load_tee_rsa_key_attrs()
692 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PRIME_1, tee_obj, in tee2pkcs_rsa_attributes()
756 remove_empty_attribute(priv_head, PKCS11_CKA_PRIME_1) || in generate_rsa_keys()
H A Dpkcs11_attributes.c464 PKCS11_CKA_PRIME_1, PKCS11_CKA_PRIME_2,
2138 case PKCS11_CKA_PRIME_1: in attribute_is_exportable()
2525 remove_empty_attribute(head, PKCS11_CKA_PRIME_1) || in set_private_key_data_rsa()
2622 rc = add_attribute(head, PKCS11_CKA_PRIME_1, buffer, size); in set_private_key_data_rsa()
2723 rc = get_attribute_ptr(head, PKCS11_CKA_PRIME_1, &p, &p_len); in encode_rsa_private_key_der()
H A Dpkcs11_helpers.c68 PKCS11_ID_SZ(PKCS11_CKA_PRIME_1, 0),
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1122 PKCS11_CKA_PRIME_1 = 0x0124, enumerator