/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 55 struct ts_store_handle **h, in emb_ts_open() 82 TEE_Result emb_ts_get_size(const struct ts_store_handle *h, size_t *size) in emb_ts_get_size() 94 TEE_Result emb_ts_get_tag(const struct ts_store_handle *h, in emb_ts_get_tag() 121 static TEE_Result read_uncompressed(struct ts_store_handle *h, void *data, in read_uncompressed() 137 static TEE_Result read_compressed(struct ts_store_handle *h, void *data, in read_compressed() 202 TEE_Result emb_ts_read(struct ts_store_handle *h, void *data, size_t len) in emb_ts_read() 210 void emb_ts_close(struct ts_store_handle *h) in emb_ts_close()
|
A D | secstor_ta.c | 41 static TEE_Result secstor_ta_get_size(const struct ts_store_handle *h, in secstor_ta_get_size() 52 static TEE_Result secstor_ta_get_tag(const struct ts_store_handle *h, in secstor_ta_get_tag() 58 static TEE_Result secstor_ta_read(struct ts_store_handle *h, void *data, in secstor_ta_read() 73 static void secstor_ta_close(struct ts_store_handle *h) in secstor_ta_close()
|
A D | ree_fs_ta.c | 234 struct ts_store_handle **h) in ree_fs_ta_open() 498 static TEE_Result ree_fs_ta_get_size(const struct ts_store_handle *h, in ree_fs_ta_get_size() 507 static TEE_Result ree_fs_ta_get_tag(const struct ts_store_handle *h, in ree_fs_ta_get_tag() 523 static TEE_Result check_digest(struct ree_fs_ta_handle *h) in check_digest() 632 static void ree_fs_ta_close(struct ts_store_handle *h) in ree_fs_ta_close() 667 struct ts_store_handle *h; /* Note: a REE FS TA store handle */ member 677 struct ts_store_handle **h) in buf_ta_open() 747 static TEE_Result buf_ta_get_size(const struct ts_store_handle *h, in buf_ta_get_size() 756 static TEE_Result buf_ta_read(struct ts_store_handle *h, void *data, in buf_ta_read() 773 static TEE_Result buf_ta_get_tag(const struct ts_store_handle *h, in buf_ta_get_tag() [all …]
|
A D | early_ta.c | 30 struct ts_store_handle **h) in early_ta_open()
|
A D | interrupt.c | 52 struct itr_handler *h = NULL; in itr_handle() local 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/ta/avb/ |
A D | entry.c | 26 static TEE_Result create_rb_state(uint32_t lock_state, TEE_ObjectHandle *h) in create_rb_state() 38 TEE_ObjectHandle *h) in open_rb_state() 83 TEE_ObjectHandle h; in read_rb_idx() local 139 TEE_ObjectHandle h; in write_rb_idx() local 187 TEE_ObjectHandle h; in read_lock_state() local 225 TEE_ObjectHandle h; in write_lock_state() local 259 TEE_ObjectHandle h = TEE_HANDLE_NULL; in write_persist_value() local 308 TEE_ObjectHandle h = TEE_HANDLE_NULL; in read_persist_value() local
|
/optee_os-3.20.0/scripts/ |
A D | print_tee_hash.py | 30 def hash_range(h, elf, start, end): argument 46 def hash_section(h, elf, name): argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_register_all_ciphers.c | 12 #define REGISTER_CIPHER(h) do {\ argument
|
A D | crypt_register_all_hashes.c | 12 #define REGISTER_HASH(h) do {\ argument
|
A D | crypt_register_all_prngs.c | 12 #define REGISTER_PRNG(h) do {\ argument
|
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | strstr.c | 74 # define AVAILABLE(h, h_l, j, n_l) \ argument
|
/optee_os-3.20.0/lib/libdl/ |
A D | dlfcn.c | 41 struct dl_handle *h = NULL; in dlopen() local 95 struct dl_handle *h = handle; in dlsym() local
|
/optee_os-3.20.0/core/arch/arm/include/crypto/ |
A D | ghash-ce-core.h | 12 uint64_t h[2]; member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | adler32.c | 80 unsigned char* h; in adler32_finish() local
|
A D | crc32.c | 160 unsigned char* h; in crc32_finish() local
|
/optee_os-3.20.0/core/crypto/ |
A D | aes-gcm-ghash-tbl.c | 54 unsigned char h[16]; in internal_aes_gcm_ghash_gen_tbl() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/ |
A D | sha256.c | 89 #define RND(a,b,c,d,e,f,g,h,i) \ in ss_sha256_compress() argument 101 #define RND(a,b,c,d,e,f,g,h,i,ki) \ in ss_sha256_compress() argument
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_property.c | 51 static TEE_Result propset_get(TEE_PropSetHandle h, in propset_get() 127 static bool is_propset_pseudo_handle(TEE_PropSetHandle h) in is_propset_pseudo_handle() 134 static TEE_Result propget_get_property(TEE_PropSetHandle h, const char *name, in propget_get_property()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | sm2-pke.c | 121 void *h = NULL; in sm2_ltc_pke_decrypt() local 344 void *h = NULL; in sm2_ltc_pke_encrypt() local
|
/optee_os-3.20.0/core/drivers/ |
A D | sp805_wdt.c | 88 static enum itr_return wdt_itr_cb(struct itr_handler *h) in wdt_itr_cb()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | bn_mul.h | 63 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 69 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_generate_pqg.c | 28 void *t2L1, *t2N1, *t2q, *t2seedlen, *U, *W, *X, *c, *h, *e, *seedinc; in s_dsa_make_params() local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_pbkdf2.c | 28 struct hmac_parms *h, struct pbkdf2_parms *p) in pbkdf2_f()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/ |
A D | safer.c | 251 { unsigned char a, b, c, d, e, f, g, h, t; in s_safer_ecb_encrypt() local 305 { unsigned char a, b, c, d, e, f, g, h, t; in s_safer_ecb_decrypt() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rabbit/ |
A D | rabbit.c | 74 ulong32 a, b, h, l; in ss_rabbit_g_func() local
|