| /optee_os/core/kernel/ |
| H A D | spin_lock_debug.c | 12 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 D | thread.c | 102 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 D | secstor_ta.c | 16 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 D | x509_decode_public_key_from_certificate.c | 13 #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 D | der_decode_sequence_flexi.c | 12 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 D | der_sequence_free.c | 18 ltc_asn1_list *l; in der_sequence_free() local
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | fault_mitigation.h | 155 #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 D | strdup.c | 10 size_t l = strlen(s) + 1; in strdup() local
|
| H A D | strndup.c | 10 size_t l = strnlen(s, n) + 1; in strndup() local
|
| /optee_os/lib/libutils/ext/ |
| H A D | nex_strdup.c | 11 size_t l = strlen(s) + 1; in nex_strdup() local
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | radix_to_bin.c | 30 unsigned long l; in radix_to_bin() local
|
| /optee_os/core/arch/arm/plat-bcm/ |
| H A D | crc32.c | 82 size_t l = 0; in crc32i() local
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_property.c | 80 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 D | pkcs8_decode_flexi.c | 24 ltc_asn1_list *l = NULL; in pkcs8_decode_flexi() local
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_arch.c | 233 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 D | compare_testvector.c | 12 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 D | ec25519_import_pkcs8.c | 27 ltc_asn1_list *l = NULL; in ec25519_import_pkcs8() local
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
| H A D | ocb3_add_aad.c | 49 unsigned long datalen, l; in ocb3_add_aad() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_import_pkcs8.c | 54 ltc_asn1_list *l = NULL; in rsa_import_pkcs8() local
|
| /optee_os/core/lib/libtomcrypt/src/misc/padding/ |
| H A D | padding_pad.c | 82 unsigned long l, n; in padding_pad() local
|
| /optee_os/core/pta/ |
| H A D | secstor_ta_mgmt.c | 106 size_t l = MIN(buf_size, nw_size - offs); in install_ta() local
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_get_bytes.c | 60 int l, acc, bits, a, b; in s_rng_ansic() local
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread.c | 224 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 D | cmac.c | 55 unsigned long l = len; in ltc_omac_final() local
|
| H A D | sha3_accel.c | 124 unsigned int l = 0; in sha3_process() local
|