Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 56) sorted by relevance

123

/optee_os/core/kernel/
H A Dembedded_ts.c56 struct ts_store_handle **h, in emb_ts_open()
83 TEE_Result emb_ts_get_size(const struct ts_store_handle *h, size_t *size) in emb_ts_get_size()
95 TEE_Result emb_ts_get_tag(const struct ts_store_handle *h, in emb_ts_get_tag()
122 static TEE_Result read_uncompressed(struct ts_store_handle *h, void *data_core, in read_uncompressed()
142 static TEE_Result read_compressed(struct ts_store_handle *h, void *data_core, in read_compressed()
208 TEE_Result emb_ts_read(struct ts_store_handle *h, void *data_core, in emb_ts_read()
217 void emb_ts_close(struct ts_store_handle *h) in emb_ts_close()
H A Dsecstor_ta.c41 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_core, in secstor_ta_read()
73 static void secstor_ta_close(struct ts_store_handle *h) in secstor_ta_close()
H A Dree_fs_ta.c242 struct ts_store_handle **h) in ree_fs_ta_open()
506 static TEE_Result ree_fs_ta_get_size(const struct ts_store_handle *h, in ree_fs_ta_get_size()
515 static TEE_Result ree_fs_ta_get_tag(const struct ts_store_handle *h, in ree_fs_ta_get_tag()
531 static TEE_Result check_digest(struct ree_fs_ta_handle *h) in check_digest()
552 static TEE_Result ree_fs_ta_read(struct ts_store_handle *h, void *data_core, in ree_fs_ta_read()
648 static void ree_fs_ta_close(struct ts_store_handle *h) in ree_fs_ta_close()
683 struct ts_store_handle *h; /* Note: a REE FS TA store handle */ member
693 struct ts_store_handle **h) in buf_ta_open()
763 static TEE_Result buf_ta_get_size(const struct ts_store_handle *h, in buf_ta_get_size()
772 static TEE_Result buf_ta_read(struct ts_store_handle *h, void *data_core, in buf_ta_read()
[all …]
H A Dearly_ta.c30 struct ts_store_handle **h) in early_ta_open()
H A Dinterrupt.c113 struct itr_handler *h = NULL; in interrupt_call_handlers() local
151 struct itr_handler *h = NULL; in add_configure_handler() local
217 struct itr_handler *h = NULL; in interrupt_remove_handler() local
/optee_os/ta/avb/
H A Dentry.c25 static TEE_Result create_rb_state(uint32_t lock_state, TEE_ObjectHandle *h) in create_rb_state()
37 TEE_ObjectHandle *h) in open_rb_state()
82 TEE_ObjectHandle h; in read_rb_idx() local
138 TEE_ObjectHandle h; in write_rb_idx() local
186 TEE_ObjectHandle h; in read_lock_state() local
224 TEE_ObjectHandle h; in write_lock_state() local
262 TEE_ObjectHandle h = TEE_HANDLE_NULL; in write_persist_value() local
311 TEE_ObjectHandle h = TEE_HANDLE_NULL; in read_persist_value() local
/optee_os/scripts/
H A Dprint_tee_hash.py30 def hash_range(h, elf, start, end): argument
46 def hash_section(h, elf, name): argument
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_ciphers.c12 #define REGISTER_CIPHER(h) do {\ argument
H A Dcrypt_register_all_prngs.c12 #define REGISTER_PRNG(h) do {\ argument
H A Dcrypt_register_all_hashes.c12 #define REGISTER_HASH(h) do {\ argument
/optee_os/lib/libdl/
H A Ddlfcn.c41 struct dl_handle *h = NULL; in dlopen() local
95 struct dl_handle *h = handle; in dlsym() local
/optee_os/lib/libutils/isoc/newlib/
H A Dstrstr.c74 # define AVAILABLE(h, h_l, j, n_l) \ argument
/optee_os/core/arch/arm/include/crypto/
H A Dghash-ce-core.h12 uint64_t h[2]; member
/optee_os/core/arch/arm/plat-telechips/
H A Dplat_tzc.c28 static enum itr_return tzc_it_handler(struct itr_handler *h) in tzc_it_handler()
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dadler32.c80 unsigned char* h; in adler32_finish() local
H A Dcrc32.c160 unsigned char* h; in crc32_finish() local
/optee_os/core/crypto/
H A Daes-gcm-ghash-tbl.c53 unsigned char h[16]; in internal_aes_gcm_ghash_gen_tbl() local
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha256.c89 #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/core/lib/libtomcrypt/
H A Dsm2-pke.c121 void *h = NULL; in sm2_ltc_pke_decrypt() local
344 void *h = NULL; in sm2_ltc_pke_encrypt() local
/optee_os/lib/libutee/
H A Dtee_api_property.c56 static TEE_Result propset_get(TEE_PropSetHandle h, in propset_get()
135 static bool is_propset_pseudo_handle(TEE_PropSetHandle h) in is_propset_pseudo_handle()
142 static TEE_Result propget_get_property(TEE_PropSetHandle h, const char *name, in propget_get_property()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_get_bytes.c119 HCRYPTPROV h = 0; in s_rng_win32() local
/optee_os/core/drivers/
H A Dsp805_wdt.c88 static enum itr_return wdt_itr_cb(struct itr_handler *h) in wdt_itr_cb()
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
H A Dsafer.c251 { 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/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_generate_pqg.c28 void *t2L1, *t2N1, *t2q, *t2seedlen, *U, *W, *X, *c, *h, *e, *seedinc; in s_dsa_make_params() local
/optee_os/core/tee/
H A Dtee_cryp_pbkdf2.c28 struct hmac_parms *h, struct pbkdf2_parms *p) in pbkdf2_f()

123