Home
last modified time | relevance | path

Searched refs:TEE_ATTR_RSA_PUBLIC_EXPONENT (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c556 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 Dtee_api_defines.h425 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/optee_os/scripts/
H A Dsign_encrypt.py20 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 Dsigned_hdr.c151 pub_exp = find_attr(subkey, TEE_ATTR_RSA_PUBLIC_EXPONENT); in load_rsa_key()
/optee_os/core/tee/
H A Dtee_svc_cryp.c126 .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()