/optee_os-3.20.0/core/kernel/ |
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
|
A D | thread.c | 216 struct thread_core_local *l = get_core_local(pos); in get_stackcheck_recursion_flag() local 256 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread() local 266 struct thread_core_local *l = thread_get_core_local(); in thread_clr_boot_thread() local 276 struct thread_core_local *l = thread_get_core_local(); in thread_get_tmp_sp() local 308 struct thread_core_local *l = get_core_local(pos); in get_stack_limits() local 343 struct thread_core_local *l = thread_get_core_local(); in thread_is_from_abort_mode() local 355 struct thread_core_local *l = thread_get_core_local(); in thread_is_in_normal_mode() local 375 struct thread_core_local *l = thread_get_core_local(); in thread_get_id_may_fail() local 509 struct thread_core_local *l = thread_get_core_local(); in thread_get_ctx_regs() local 519 struct thread_core_local *l; in thread_set_foreign_intr() local [all …]
|
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/x509/ |
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
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
|
A D | der_sequence_free.c | 18 ltc_asn1_list *l; in der_sequence_free() local
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | strdup.c | 10 size_t l = strlen(s) + 1; in strdup() local
|
A D | strndup.c | 10 size_t l = strnlen(s, n) + 1; in strndup() local
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | nex_strdup.c | 11 size_t l = strlen(s) + 1; in nex_strdup() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | radix_to_bin.c | 30 unsigned long l; in radix_to_bin() local
|
/optee_os-3.20.0/core/arch/arm/plat-bcm/ |
A D | crc32.c | 82 size_t l = 0; in crc32i() local
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | fault_mitigation.h | 155 #define __FTMN_FUNC_BYTE(f, o, l) ((o) < (l) ? (uint8_t)(f)[(o)] : 0) argument 157 #define __FTMN_GET_FUNC_U64(f, o, l) \ argument 167 #define __FTMN_FUNC_HASH32(f, o, l) \ argument 171 #define __FTMN_FUNC_HASH16(f, o, l) \ argument 175 #define __FTMN_FUNC_HASH8(f, o, l) \ argument 179 #define __FTMN_FUNC_HASH4(f, o, l) \ argument 183 #define __FTMN_FUNC_HASH2(f, l) \ argument 188 #define __FTMN_FUNC_HASH(f, l) \ argument 192 #define __FTMN_FUNC_HASH(f, l) (unsigned long)__FTMN_FUNC_HASH2((f), (l)) argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/pkcs8/ |
A D | pkcs8_decode_flexi.c | 24 ltc_asn1_list *l = NULL; in pkcs8_decode_flexi() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
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-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_import_pkcs8.c | 27 ltc_asn1_list *l = NULL; in ec25519_import_pkcs8() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_add_aad.c | 49 unsigned long datalen, l; in ocb3_add_aad() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/padding/ |
A D | padding_pad.c | 82 unsigned long l, n; in padding_pad() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_import_pkcs8.c | 54 ltc_asn1_list *l = NULL; in rsa_import_pkcs8() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/ |
A D | rng_get_bytes.c | 60 int l, acc, bits, a, b; in s_rng_ansic() local
|
/optee_os-3.20.0/core/pta/ |
A D | secstor_ta_mgmt.c | 106 size_t l = MIN(buf_size, nw_size - offs); in install_ta() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread.c | 223 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run() local 365 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc() local 416 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp() local 433 struct thread_core_local *l = thread_get_core_local(); in thread_state_free() local 484 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend() local 754 struct thread_core_local *l = thread_get_core_local(); in thread_init_per_cpu() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | cmac.c | 55 unsigned long l = len; in ltc_omac_final() local
|
A D | hmac.c | 54 unsigned long l = len; in ltc_hmac_final() local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_pbkdf2.c | 77 size_t i, l, r; in tee_cryp_pbkdf2() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_pkcs8.c | 50 ltc_asn1_list *p = NULL, *l = NULL; in ecc_import_pkcs8() local
|