Home
last modified time | relevance | path

Searched defs:last (Results 1 – 19 of 19) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A Dstrrchr.c75 _CONST char *last = NULL; variable
/optee_os/core/drivers/crypto/caam/
H A Dcaam_desc.c41 uint32_t *last = desc + len; in caam_desc_add_word() local
53 uint32_t *last = desc + len; in caam_desc_add_ptr() local
/optee_os/core/mm/
H A Dpgt_cache.c161 static bool pgt_entry_matches(struct pgt *p, vaddr_t begin, vaddr_t last) in pgt_entry_matches()
171 void pgt_flush_range(struct user_mode_ctx *uctx, vaddr_t begin, vaddr_t last) in pgt_flush_range()
659 vaddr_t last) in pgt_entry_matches()
675 vaddr_t begin, vaddr_t last) in flush_ctx_range_from_list()
718 void pgt_flush_range(struct user_mode_ctx *uctx, vaddr_t begin, vaddr_t last) in pgt_flush_range()
H A Dvm.c137 vaddr_t last = ROUNDUP(r->va + r->size, CORE_MMU_PGDIR_SIZE); in rem_um_region() local
/optee_os/core/kernel/
H A Dasan.c223 int8_t last = (addr & ASAN_BLOCK_MASK) + 1; in asan_shadow_1byte_isvalid() local
238 int8_t last = ((addr + 1) & ASAN_BLOCK_MASK) + 1; in asan_shadow_2byte_isvalid() local
254 int8_t last = ((addr + 3) & ASAN_BLOCK_MASK) + 1; in asan_shadow_4byte_isvalid() local
270 int8_t last = ((addr + 7) & ASAN_BLOCK_MASK) + 1; in asan_shadow_8byte_isvalid() local
H A Dtee_ta_manager.c572 struct tee_ta_session *last = NULL; in new_session_id() local
/optee_os/core/lib/zlib/
H A Dinffast.c57 z_const unsigned char FAR *last; /* have enough input while in < last */ local
H A Dinflate.h86 int last; /* true if processing last block */ member
H A Dinflate.c638 code last; /* parent table entry */ local
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h39 bool last; /* Last block to handle */ member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_cache.c141 mbedtls_ssl_cache_entry *cur, *last; in ssl_cache_pick_writing_slot() local
H A Dripemd160.c331 uint32_t last, padn; in mbedtls_ripemd160_finish() local
/optee_os/core/lib/libfdt/
H A Dfdt.c273 const char *last = strtab + tabsize - len; in fdt_find_string_() local
/optee_os/core/drivers/crypto/aspeed/
H A Dhace_ast2600.c220 uint32_t last = 0; in ast2600_hace_final() local
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c298 struct caamdmaobj *dst, bool last) in run_cmac_desc()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c567 struct drvcrypt_authenc_update_payload last = { }; in do_enc_final() local
621 struct drvcrypt_authenc_update_payload last = { }; in do_dec_final() local
/optee_os/core/crypto/
H A Dsm3.c230 uint32_t last, padn; in sm3_final() local
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c726 bool last) in caam_ae_do_update()
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c280 uint8_t last[DCP_AES128_BLOCK_SIZE] = { }; in dcp_cmac() local