Searched refs:TEE_ATTR_RSA_PUBLIC_EXPONENT (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_rsa.c | 530 TEE_ATTR_RSA_PUBLIC_EXPONENT, obj, in load_tee_rsa_key_attrs() 550 TEE_ATTR_RSA_PUBLIC_EXPONENT, obj, in load_tee_rsa_key_attrs() 641 TEE_ATTR_RSA_PUBLIC_EXPONENT); in tee2pkcs_rsa_attributes() 652 tee_obj, TEE_ATTR_RSA_PUBLIC_EXPONENT); in tee2pkcs_rsa_attributes() 717 TEE_ATTR_RSA_PUBLIC_EXPONENT, in generate_rsa_keys()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_api_defines.h | 337 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
|
/optee_os-3.20.0/scripts/ |
A D | sign_encrypt.py | 20 TEE_ATTR_RSA_PUBLIC_EXPONENT = 0xD0000230 variable 465 TEE_ATTR_RSA_PUBLIC_EXPONENT, 559 e_bytes = find_attr(TEE_ATTR_RSA_PUBLIC_EXPONENT)
|
/optee_os-3.20.0/core/crypto/ |
A D | signed_hdr.c | 136 pub_exp = find_attr(subkey, TEE_ATTR_RSA_PUBLIC_EXPONENT); in load_rsa_key()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 122 .attr_id = TEE_ATTR_RSA_PUBLIC_EXPONENT, 138 .attr_id = TEE_ATTR_RSA_PUBLIC_EXPONENT, 2030 if (get_attribute(o, type_props, TEE_ATTR_RSA_PUBLIC_EXPONENT)) { in tee_svc_obj_generate_key_rsa()
|
Completed in 18 milliseconds