| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | lms.h | 33 #define MBEDTLS_LMOTS_N_HASH_LEN(type) ((type) == MBEDTLS_LMOTS_SHA256_N32_W8 ? 32u : 0) argument 37 #define MBEDTLS_LMOTS_P_SIG_DIGIT_COUNT(type) ((type) == MBEDTLS_LMOTS_SHA256_N32_W8 ? 34u : 0) argument 38 #define MBEDTLS_LMOTS_C_RANDOM_VALUE_LEN(type) (MBEDTLS_LMOTS_N_HASH_LEN(type)) argument 40 #define MBEDTLS_LMOTS_SIG_LEN(type) (MBEDTLS_LMOTS_TYPE_LEN + \ argument 47 #define MBEDTLS_LMS_H_TREE_HEIGHT(type) ((type) == MBEDTLS_LMS_SHA256_M32_H10 ? 10u : 0) argument 52 #define MBEDTLS_LMS_M_NODE_BYTES(type) ((type) == MBEDTLS_LMS_SHA256_M32_H10 ? 32 : 0) argument 55 #define MBEDTLS_LMS_SIG_LEN(type, otstype) (MBEDTLS_LMOTS_Q_LEAF_ID_LEN + \ argument 61 #define MBEDTLS_LMS_PUBLIC_KEY_LEN(type) (MBEDTLS_LMS_TYPE_LEN + \ argument
|
| /optee_os/core/pta/ |
| H A D | stats.c | 21 static TEE_Result get_alloc_stats(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in get_alloc_stats() 113 static TEE_Result get_pager_stats(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in get_pager_stats() 136 static TEE_Result get_memleak_stats(uint32_t type, in get_memleak_stats() 149 static TEE_Result get_user_ta_stats(uint32_t type, in get_user_ta_stats() 171 static TEE_Result get_system_time(uint32_t type, in get_system_time() 200 static TEE_Result print_driver_info(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in print_driver_info()
|
| H A D | apdu.c | 12 static TEE_Result get_apdu_type(uint32_t val, enum crypto_apdu_type *type) in get_apdu_type() 53 enum crypto_apdu_type type = CRYPTO_APDU_CASE_NO_HINT; in invoke_command() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | lmots.h | 27 #define MBEDTLS_LMOTS_PUBLIC_KEY_LEN(type) (MBEDTLS_LMOTS_TYPE_LEN + \ argument 35 #define MBEDTLS_LMOTS_SIG_SIGNATURE_OFFSET(type) (MBEDTLS_LMOTS_SIG_C_RANDOM_OFFSET + \ argument
|
| H A D | psa_crypto_storage.h | 283 psa_crypto_transaction_type_t type; member 292 psa_crypto_transaction_type_t type; member 311 psa_crypto_transaction_type_t type) in psa_crypto_prepare_transaction()
|
| H A D | md_wrap.h | 31 mbedtls_md_type_t type; member
|
| H A D | lms.c | 66 #define MERKLE_TREE_NODE_AM(type) ((size_t) 1 << (MBEDTLS_LMS_H_TREE_HEIGHT(type) + 1u)) argument 67 #define MERKLE_TREE_LEAF_NODE_AM(type) ((size_t) 1 << MBEDTLS_LMS_H_TREE_HEIGHT(type)) argument 68 #define MERKLE_TREE_INTERNAL_NODE_AM(type) ((unsigned int) \ argument 249 uint32_t type = MBEDTLS_GET_UINT32_BE(key, PUBLIC_KEY_TYPE_OFFSET); in mbedtls_lms_import_public_key() local 572 mbedtls_lms_algorithm_type_t type, in mbedtls_lms_generate_private_key()
|
| /optee_os/core/drivers/crypto/se050/adaptors/apis/ |
| H A D | apdu.c | 48 SE05x_TransientType_t type = kSE05x_TransientType_Transient; in set_rsa_public() local 107 SE05x_TransientType_t type = kSE05x_TransientType_Transient; in set_rsa_private_rsa() local 154 SE05x_TransientType_t type = kSE05x_TransientType_Transient; in set_rsa_private_rsa_crt() local 254 SE05x_TransientType_t type = kSE05x_TransientType_Transient; in set_rsa_keypair_rsa() local 317 SE05x_TransientType_t type = kSE05x_TransientType_Transient; in set_rsa_keypair_rsa_crt() local 485 SE05x_MemoryType_t type) in se050_get_free_memory() 575 SE05x_TransientType_t type, in set_ecc_public() 606 SE05x_TransientType_t type, in set_ecc_private() 630 SE05x_TransientType_t type, in set_ecc_pair() 663 SE05x_TransientType_t type = kSE05x_TransientType_Transient; in se050_key_store_set_ecc_key_bin() local
|
| /optee_os/lib/libutee/include/ |
| H A D | arm64_user_sysreg.h | 15 #define DEFINE_REG_READ_FUNC_(reg, type, asmreg) \ argument 24 #define DEFINE_REG_WRITE_FUNC_(reg, type, asmreg) \ argument
|
| /optee_os/core/pta/tests/ |
| H A D | invoke.c | 76 static TEE_Result test_entry_memref_null(uint32_t type, in test_entry_memref_null() 104 static TEE_Result test_entry_params(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_entry_params() 249 static TEE_Result test_inject_sdp(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_inject_sdp() 293 static TEE_Result test_transform_sdp(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_transform_sdp() 331 static TEE_Result test_dump_sdp(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_dump_sdp()
|
| /optee_os/core/kernel/ |
| H A D | dt_driver.c | 33 enum dt_driver_type type; member 55 enum dt_driver_type type; member 102 static void assert_type_is_valid(enum dt_driver_type type) in assert_type_is_valid() 128 void *priv, enum dt_driver_type type) in dt_driver_register_provider() 166 static bool dt_driver_use_parent_controller(enum dt_driver_type type) in dt_driver_use_parent_controller() 182 enum dt_driver_type type) in fdt_get_dt_driver_cells() 235 dt_driver_get_provider_by_node(int nodeoffset, enum dt_driver_type type) in dt_driver_get_provider_by_node() 247 dt_driver_get_provider_by_phandle(uint32_t phandle, enum dt_driver_type type) in dt_driver_get_provider_by_phandle() 289 enum dt_driver_type type, in dt_driver_device_from_parent() 315 enum dt_driver_type type, in dt_driver_device_from_node_idx_prop_phandle() [all …]
|
| H A D | interrupt.c | 83 int dt_get_irq_type_prio(const void *fdt, int node, uint32_t *type, in dt_get_irq_type_prio() 134 uint32_t type, uint32_t prio) in interrupt_configure() 147 uint32_t type, uint32_t prio, in add_configure_handler() 178 uint32_t type, uint32_t prio) in interrupt_add_configure_handler() 251 uint32_t type, uint32_t prio, in interrupt_alloc_add_conf_handler()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_property.c | 77 enum user_ta_prop_type *type, in propget_get_ext_prop() 143 enum user_ta_prop_type *type, in propget_get_property() 204 enum user_ta_prop_type type = USER_TA_PROP_TYPE_INVALID; in TEE_GetPropertyAsString() local 318 enum user_ta_prop_type type; in TEE_GetPropertyAsBool() local 346 enum user_ta_prop_type type; in TEE_GetPropertyAsU32() local 371 enum user_ta_prop_type type; in TEE_GetPropertyAsU64() local 398 enum user_ta_prop_type type = USER_TA_PROP_TYPE_BOOL; in __GP11_TEE_GetPropertyAsBinaryBlock() local 438 enum user_ta_prop_type type; in TEE_GetPropertyAsUUID() local 463 enum user_ta_prop_type type; in TEE_GetPropertyAsIdentity() local
|
| /optee_os/lib/libutils/ext/ |
| H A D | qsort_helpers.c | 9 #define QSORT_HELPER(name, type) \ argument
|
| /optee_os/core/pta/bcm/ |
| H A D | bnxt.c | 43 static TEE_Result get_bnxt_status(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in get_bnxt_status() 56 static TEE_Result get_bnxt_handshake_status(uint32_t type, in get_bnxt_handshake_status()
|
| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 89 #define LIST_HEAD(name, type) \ argument 97 #define LIST_ENTRY(type) \ argument 185 #define SLIST_HEAD(name, type) \ argument 193 #define SLIST_ENTRY(type) \ argument 219 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 255 #define STAILQ_HEAD(name, type) \ argument 264 #define STAILQ_ENTRY(type) \ argument 300 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 347 #define SIMPLEQ_HEAD(name, type) \ argument 356 #define SIMPLEQ_ENTRY(type) \ argument [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_values.h | 379 #define PSA_KEY_TYPE_IS_VENDOR_DEFINED(type) \ argument 386 #define PSA_KEY_TYPE_IS_UNSTRUCTURED(type) \ argument 391 #define PSA_KEY_TYPE_IS_ASYMMETRIC(type) \ argument 396 #define PSA_KEY_TYPE_IS_PUBLIC_KEY(type) \ argument 400 #define PSA_KEY_TYPE_IS_KEY_PAIR(type) \ argument 412 #define PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY(type) \ argument 424 #define PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) \ argument 544 #define PSA_KEY_TYPE_IS_RSA(type) \ argument 574 #define PSA_KEY_TYPE_IS_ECC(type) \ argument 578 #define PSA_KEY_TYPE_IS_ECC_KEY_PAIR(type) \ argument [all …]
|
| /optee_os/ta/pkcs11/src/ |
| H A D | attributes.h | 256 uint32_t type = 0; in get_key_type() local 275 uint32_t type = 0; in get_certificate_type() local 292 uint32_t type = 0; in get_mechanism_type() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh_export_key.c | 16 int dh_export_key(void *out, unsigned long *outlen, int type, const dh_key *key) in dh_export_key()
|
| H A D | dh_export.c | 16 int dh_export(unsigned char *out, unsigned long *outlen, int type, const dh_key *key) in dh_export()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_export.c | 21 int ecc_export(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key) in ecc_export()
|
| H A D | ecc_get_key.c | 16 int ecc_get_key(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key) in ecc_get_key()
|
| H A D | ecc_set_key.c | 8 int ecc_set_key(const unsigned char *in, unsigned long inlen, int type, ecc_key *key) in ecc_set_key()
|
| /optee_os/core/lib/libtomcrypt/src/misc/padding/ |
| H A D | padding_depad.c | 21 enum padding_type type; in padding_depad() local
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | apdu.c | 12 TEE_Result crypto_se_do_apdu(enum crypto_apdu_type type, in crypto_se_do_apdu()
|