Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 64) sorted by relevance

123

/optee_os/core/kernel/
H A Dspin_lock_debug.c12 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_incr() local
20 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_decr() local
28 struct thread_core_local *l; in have_spinlock() local
H A Dthread.c102 size_t l = stack_size_to_alloc_size(stack_size); in stack_end_va_to_top_hard() local
334 struct thread_core_local *l = get_core_local(pos); in get_stackcheck_recursion_flag() local
374 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread() local
382 struct thread_core_local *l = thread_get_core_local(); in thread_clr_boot_thread() local
393 struct thread_core_local *l = thread_get_core_local(); in thread_get_tmp_sp() local
425 struct thread_core_local *l = get_core_local(pos); in get_stack_limits() local
457 struct thread_core_local *l = thread_get_core_local(); in thread_is_from_abort_mode() local
469 struct thread_core_local *l = thread_get_core_local(); in thread_is_in_normal_mode() local
489 struct thread_core_local *l = thread_get_core_local(); in thread_get_id_may_fail() local
508 size_t l = stack_size_to_alloc_size(stack_size); in alloc_stack() local
[all …]
H A Dsecstor_ta.c16 size_t l; in secstor_ta_open() local
62 size_t l = len; in secstor_ta_read() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/
H A Dx509_decode_public_key_from_certificate.c13 #define LOOKS_LIKE_SPKI(l) ((l) != NULL) \ argument
40 ltc_asn1_list *decoded_list = NULL, *l; in x509_decode_public_key_from_certificate() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c12 static int s_new_element(ltc_asn1_list **l) in s_new_element()
41 ltc_asn1_list *l; in s_der_decode_sequence_flexi() local
H A Dder_sequence_free.c18 ltc_asn1_list *l; in der_sequence_free() local
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h155 #define __FTMN_FUNC_BYTE(f, o, l) ((o) < (l) ? (uint8_t)(f)[(o)] : 0) argument
158 #define __FTMN_GET_FUNC_U32(f, o, l) \ argument
164 #define __FTMN_FUNC_HASH64(f, o, l) \ argument
168 #define __FTMN_FUNC_HASH32(f, o, l) \ argument
172 #define __FTMN_GET_FUNC_U64(f, o, l) \ argument
182 #define __FTMN_FUNC_HASH32(f, o, l) \ argument
187 #define __FTMN_FUNC_HASH16(f, o, l) \ argument
191 #define __FTMN_FUNC_HASH8(f, o, l) \ argument
195 #define __FTMN_FUNC_HASH4(f, o, l) \ argument
199 #define __FTMN_FUNC_HASH2(f, l) \ argument
[all …]
/optee_os/lib/libutils/isoc/
H A Dstrdup.c10 size_t l = strlen(s) + 1; in strdup() local
H A Dstrndup.c10 size_t l = strnlen(s, n) + 1; in strndup() local
/optee_os/lib/libutils/ext/
H A Dnex_strdup.c11 size_t l = strlen(s) + 1; in nex_strdup() local
/optee_os/core/lib/libtomcrypt/src/math/
H A Dradix_to_bin.c30 unsigned long l; in radix_to_bin() local
/optee_os/core/arch/arm/plat-bcm/
H A Dcrc32.c82 size_t l = 0; in crc32i() local
/optee_os/lib/libutee/
H A Dtee_api_property.c80 size_t l; in propget_get_ext_prop() local
203 size_t l = 0; in TEE_GetPropertyAsString() local
304 size_t l = 0; in __GP11_TEE_GetPropertyAsString() local
424 uint32_t l = 0; in TEE_GetPropertyAsBinaryBlock() local
584 uint32_t l = 0; in TEE_GetPropertyName() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/pkcs8/
H A Dpkcs8_decode_flexi.c24 ltc_asn1_list *l = NULL; in pkcs8_decode_flexi() local
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c233 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run() local
322 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp() local
340 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc() local
397 struct thread_core_local *l = thread_get_core_local(); in thread_state_free() local
418 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend() local
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dcompare_testvector.c12 static void s_print_hex(const char* what, const void* v, const unsigned long l) in s_print_hex()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dec25519_import_pkcs8.c27 ltc_asn1_list *l = NULL; in ec25519_import_pkcs8() local
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_add_aad.c49 unsigned long datalen, l; in ocb3_add_aad() local
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_import_pkcs8.c54 ltc_asn1_list *l = NULL; in rsa_import_pkcs8() local
/optee_os/core/lib/libtomcrypt/src/misc/padding/
H A Dpadding_pad.c82 unsigned long l, n; in padding_pad() local
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c106 size_t l = MIN(buf_size, nw_size - offs); in install_ta() local
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_get_bytes.c60 int l, acc, bits, a, b; in s_rng_ansic() local
/optee_os/core/arch/arm/kernel/
H A Dthread.c224 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run() local
366 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc() local
433 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp() local
450 struct thread_core_local *l = thread_get_core_local(); in thread_state_free() local
501 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend() local
/optee_os/core/lib/libtomcrypt/
H A Dcmac.c55 unsigned long l = len; in ltc_omac_final() local
H A Dsha3_accel.c124 unsigned int l = 0; in sha3_process() local

123