Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c582 PKCS11_CKA_PRIVATE_EXPONENT)) in load_tee_rsa_key_attrs()
687 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PRIVATE_EXPONENT, in tee2pkcs_rsa_attributes()
755 remove_empty_attribute(priv_head, PKCS11_CKA_PRIVATE_EXPONENT) || in generate_rsa_keys()
H A Dpkcs11_attributes.c463 PKCS11_CKA_PRIVATE_EXPONENT,
2137 case PKCS11_CKA_PRIVATE_EXPONENT: in attribute_is_exportable()
2524 remove_empty_attribute(head, PKCS11_CKA_PRIVATE_EXPONENT) || in set_private_key_data_rsa()
2606 rc = add_attribute(head, PKCS11_CKA_PRIVATE_EXPONENT, buffer, size); in set_private_key_data_rsa()
2731 rc = get_attribute_ptr(head, PKCS11_CKA_PRIVATE_EXPONENT, &d, &d_len); in encode_rsa_private_key_der()
H A Dpkcs11_helpers.c67 PKCS11_ID_SZ(PKCS11_CKA_PRIVATE_EXPONENT, 0),
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1121 PKCS11_CKA_PRIVATE_EXPONENT = 0x0123, enumerator