Searched refs:PKCS11_CKA_PRIME_2 (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_rsa.c | 577 PKCS11_CKA_PRIME_2)) in load_tee_rsa_key_attrs() 666 rc = tee2pkcs_add_attribute(priv_head, PKCS11_CKA_PRIME_2, tee_obj, in tee2pkcs_rsa_attributes() 726 remove_empty_attribute(priv_head, PKCS11_CKA_PRIME_2) || in generate_rsa_keys()
|
A D | pkcs11_attributes.c | 453 PKCS11_CKA_PRIME_1, PKCS11_CKA_PRIME_2, 1880 case PKCS11_CKA_PRIME_2: in attribute_is_exportable() 2258 remove_empty_attribute(head, PKCS11_CKA_PRIME_2)) in set_private_key_data_rsa() 2364 rc = add_attribute(head, PKCS11_CKA_PRIME_2, buffer, size); in set_private_key_data_rsa() 2453 rc = get_attribute_ptr(head, PKCS11_CKA_PRIME_2, &q, &q_len); in encode_rsa_private_key_der()
|
A D | pkcs11_helpers.c | 69 PKCS11_ID_SZ(PKCS11_CKA_PRIME_2, 0),
|
/optee_os-3.20.0/ta/pkcs11/include/ |
A D | pkcs11_ta.h | 1070 PKCS11_CKA_PRIME_2 = 0x0125, enumerator
|
Completed in 11 milliseconds