/optee_os-3.20.0/core/pta/ |
A D | stats.c | 43 static TEE_Result get_alloc_stats(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in get_alloc_stats() 120 static TEE_Result get_pager_stats(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in get_pager_stats() 143 static TEE_Result get_memleak_stats(uint32_t type, in get_memleak_stats() 156 static TEE_Result get_user_ta_stats(uint32_t type, in get_user_ta_stats()
|
A D | benchmark.c | 32 static TEE_Result rpc_reg_global_buf(uint64_t type, paddr_t phta, size_t size) in rpc_reg_global_buf() 39 static TEE_Result alloc_benchmark_buffer(uint32_t type, in alloc_benchmark_buffer() 108 static TEE_Result get_benchmark_memref(uint32_t type, in get_benchmark_memref() 136 static TEE_Result unregister_benchmark(uint32_t type, in unregister_benchmark()
|
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-3.20.0/lib/libutee/include/ |
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-3.20.0/core/drivers/crypto/se050/adaptors/apis/ |
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-3.20.0/core/pta/tests/ |
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() 250 static TEE_Result test_inject_sdp(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_inject_sdp() 294 static TEE_Result test_transform_sdp(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_transform_sdp() 332 static TEE_Result test_dump_sdp(uint32_t type, TEE_Param p[TEE_NUM_PARAMS]) in test_dump_sdp()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_property.c | 72 enum user_ta_prop_type *type, in propget_get_ext_prop() 135 enum user_ta_prop_type *type, in propget_get_property() 196 enum user_ta_prop_type type; in TEE_GetPropertyAsString() local 295 enum user_ta_prop_type type; in TEE_GetPropertyAsBool() local 323 enum user_ta_prop_type type; in TEE_GetPropertyAsU32() local 349 enum user_ta_prop_type type; in TEE_GetPropertyAsBinaryBlock() local 374 enum user_ta_prop_type type; in TEE_GetPropertyAsUUID() local 399 enum user_ta_prop_type type; in TEE_GetPropertyAsIdentity() local
|
/optee_os-3.20.0/core/kernel/ |
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() 121 void *priv, enum dt_driver_type type) in dt_driver_register_provider() 165 enum dt_driver_type type) in fdt_get_dt_driver_cells() 198 dt_driver_get_provider_by_node(int nodeoffset, enum dt_driver_type type) in dt_driver_get_provider_by_node() 210 dt_driver_get_provider_by_phandle(uint32_t phandle, enum dt_driver_type type) in dt_driver_get_provider_by_phandle() 250 enum dt_driver_type type, in dt_driver_device_from_node_idx_prop() 400 enum dt_driver_type type) in probe_device_by_compat() 422 enum dt_driver_type type) in dt_driver_probe_device_by_node()
|
A D | interrupt.c | 32 int dt_get_irq_type_prio(const void *fdt, int node, uint32_t *type, in dt_get_irq_type_prio() 72 uint32_t type, uint32_t prio) in itr_alloc_add_type_prio() 98 void itr_add_type_prio(struct itr_handler *h, uint32_t type, uint32_t prio) in itr_add_type_prio()
|
/optee_os-3.20.0/core/pta/bcm/ |
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-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
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()
|
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-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_export.c | 21 int ecc_export(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key) in ecc_export()
|
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()
|
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-3.20.0/lib/libutils/isoc/include/sys/ |
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 255 #define STAILQ_HEAD(name, type) \ argument 264 #define STAILQ_ENTRY(type) \ argument 347 #define SIMPLEQ_HEAD(name, type) \ argument 356 #define SIMPLEQ_ENTRY(type) \ argument 430 #define _TAILQ_ENTRY(type, qual) \ argument 608 #define CIRCLEQ_HEAD(name, type) \ argument [all …]
|
/optee_os-3.20.0/ta/pkcs11/src/ |
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-3.20.0/core/lib/libtomcrypt/src/misc/padding/ |
A D | padding_depad.c | 21 enum padding_type type; in padding_depad() local
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | apdu.c | 12 TEE_Result crypto_se_do_apdu(enum crypto_apdu_type type, in crypto_se_do_apdu()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | rand_prime.c | 16 int err, res, type; in rand_prime() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | md_internal.h | 51 mbedtls_md_type_t type; member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_encode_sequence_multi.c | 24 ltc_asn1_type type; in der_encode_sequence_multi() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_export.c | 20 int rsa_export(unsigned char *out, unsigned long *outlen, int type, const rsa_key *key) in rsa_export()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_export.c | 20 int dsa_export(unsigned char *out, unsigned long *outlen, int type, const dsa_key *key) in dsa_export()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ssh/ |
A D | ssh_encode_sequence_multi.c | 25 ssh_data_type type; in ssh_encode_sequence_multi() local
|