Home
last modified time | relevance | path

Searched defs:token (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/ns_client_ext/
Dtfm_ns_client_ext.c24 #define IS_INVALID_TOKEN(token) ((token) & 0xff000000) argument
25 #define NS_CLIENT_TOKEN_TO_CTX_IDX(token) (((token) >> 16) & 0xff) argument
26 #define NS_CLIENT_TOKEN_TO_GID(token) (((token) >> 8) & 0xff) argument
27 #define NS_CLIENT_TOKEN_TO_TID(token) ((token) & 0xff) argument
67 uint32_t tfm_nsce_release_ctx(uint32_t token) in tfm_nsce_release_ctx()
96 uint32_t tfm_nsce_load_ctx(uint32_t token, int32_t nsid) in tfm_nsce_load_ctx()
129 uint32_t tfm_nsce_save_ctx(uint32_t token) in tfm_nsce_save_ctx()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/common/
Ddmpu_utils.h28 uint32_t token; member
/trusted-firmware-m-3.7.0/secure_fw/partitions/initial_attestation/
Dattest_core.c641 struct q_useful_buf *token, in attest_create_token()
720 struct q_useful_buf token; in initial_attest_get_token() local
755 struct q_useful_buf token; in initial_attest_get_token_size() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/common_utils/
Dcert_cfg_parser_util.py367 def build_certificate_header (token, PrjDefines, LIST_OF_CONF_PARAMS, isRmaCert, hbkId, lcsId): argument
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/cc_util/
Dcc_util_asset_prov_int.h37 uint32_t token; member
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/sbrom/
Dcc_asset_prov.h36 uint32_t token; member
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/
Dcc_production_asset.h67 uint32_t token; member