Home
last modified time | relevance | path

Searched refs:E_RMM_INVAL (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_keymgmt.c57 err = E_RMM_INVAL; in rmmd_el3_ide_key_program()
64 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_key_program()
82 err = E_RMM_INVAL; in rmmd_el3_ide_key_set_go()
89 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_key_set_go()
107 err = E_RMM_INVAL; in rmmd_el3_ide_key_set_stop()
114 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_key_set_stop()
133 assert(err == E_RMM_OK || err == E_RMM_AGAIN || err == E_RMM_INVAL || in rmmd_el3_ide_km_pull_response()
H A Drmmd_attest.c84 return E_RMM_INVAL; in validate_buffer_params()
106 return E_RMM_INVAL; in rmmd_attest_get_platform_token()
127 err = E_RMM_INVAL; in rmmd_attest_get_platform_token()
151 return E_RMM_INVAL; in rmmd_attest_get_signing_key()
179 return E_RMM_INVAL; in rmmd_el3_token_sign_push_req()
203 return E_RMM_INVAL; in rmmd_el3_token_sign_pull_resp()
229 return E_RMM_INVAL; in rmmd_attest_get_attest_pub_key()
H A Drmmd_mem.c38 return E_RMM_INVAL; in rmmd_reserve_memory()
H A Drmmd_main.c404 return E_RMM_INVAL; in rmm_el3_ifc_get_feat_register()
442 return E_RMM_INVAL; in rmmd_mecid_key_update()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_el3_token_sign.c42 return E_RMM_INVAL; in plat_rmmd_el3_token_sign_get_rak_pub()
47 return E_RMM_INVAL; in plat_rmmd_el3_token_sign_get_rak_pub()
75 return E_RMM_INVAL; in plat_rmmd_el3_token_sign_push_req()
/rk3399_ARM-atf/include/services/
H A Drmmd_svc.h98 #define E_RMM_INVAL -5 macro
/rk3399_ARM-atf/docs/components/
H A Drmm-el3-comms-spec.rst245 ``E_RMM_INVAL``,The value of an argument was invalid,-5
440 ``E_RMM_INVAL``,``PA + BSize`` is outside the shared buffer
441 ``E_RMM_INVAL``,``Curve`` is not one of the listed in :ref:`ecc_curves`
515 ``E_RMM_INVAL``,``PA + BSize`` is outside the shared buffer
516 …``E_RMM_INVAL``,``CSize`` does not represent the size of a supported SHA algorithm for the first c…
517 ``E_RMM_INVAL``,``CSize`` is not 0 for subsequent calls to retrieve remaining hunks of the token
599 ``E_RMM_INVAL``,``feat_reg_idx`` is out of valid range
676 …``E_RMM_INVAL``,"if opcode is invalid or buffer address and length passed to the EL3 are not in va…
729 …``E_RMM_INVAL``, "If a field in the x1 register is incorrectly encoded or if MECID is invalid (lar…
796 ``E_RMM_INVAL``,The Key programming arguments are incorrect.
[all …]
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2462 - E_RMM_INVAL If the arguments are invalid.
2494 - E_RMM_INVAL If the arguments are invalid.
2567 The function returns E_RMM_OK on success, E_RMM_INVAL if arguments are invalid, E_RMM_FAULT
2605 The function returns E_RMM_OK on success, E_RMM_INVAL if arguments are invalid, E_RMM_FAULT
2643 The function returns E_RMM_OK on success, E_RMM_INVAL if arguments are invalid, E_RMM_FAULT
2678 The function returns E_RMM_OK if response is retrieved successfully, E_RMM_INVAL if arguments
2685 E_RMM_INVAL - Arguments to previous request were incorrect.