Searched refs:TEE_ATTR_RSA_PUBLIC_EXPONENT (Results 1 – 5 of 5) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_rsa.c | 556 TEE_ATTR_RSA_PUBLIC_EXPONENT, obj, in load_tee_rsa_key_attrs() 576 TEE_ATTR_RSA_PUBLIC_EXPONENT, obj, in load_tee_rsa_key_attrs() 672 TEE_ATTR_RSA_PUBLIC_EXPONENT); in tee2pkcs_rsa_attributes() 683 tee_obj, TEE_ATTR_RSA_PUBLIC_EXPONENT); in tee2pkcs_rsa_attributes() 748 TEE_ATTR_RSA_PUBLIC_EXPONENT, in generate_rsa_keys()
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_defines.h | 425 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
|
| /optee_os/scripts/ |
| H A D | sign_encrypt.py | 20 TEE_ATTR_RSA_PUBLIC_EXPONENT = 0xD0000230 variable 466 TEE_ATTR_RSA_PUBLIC_EXPONENT, 562 e_bytes = find_attr(TEE_ATTR_RSA_PUBLIC_EXPONENT)
|
| /optee_os/core/crypto/ |
| H A D | signed_hdr.c | 151 pub_exp = find_attr(subkey, TEE_ATTR_RSA_PUBLIC_EXPONENT); in load_rsa_key()
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 126 .attr_id = TEE_ATTR_RSA_PUBLIC_EXPONENT, 142 .attr_id = TEE_ATTR_RSA_PUBLIC_EXPONENT, 2137 if (get_attribute(o, type_props, TEE_ATTR_RSA_PUBLIC_EXPONENT)) { in tee_svc_obj_generate_key_rsa()
|