/optee_os/core/arch/arm/kernel/ |
A D | spin_lock_debug.c | 13 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_incr() local 21 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_decr() local 29 struct thread_core_local *l; in have_spinlock() local
|
A D | thread.c | 382 struct thread_core_local *l = get_core_local(pos); in get_stackcheck_recursion_flag() local 519 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread() local 529 struct thread_core_local *l = thread_get_core_local(); in thread_clr_boot_thread() local 543 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run() local 676 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc() local 726 struct thread_core_local *l = thread_get_core_local(); in thread_get_tmp_sp() local 740 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp() local 769 struct thread_core_local *l = get_core_local(pos); in get_stack_limits() local 804 struct thread_core_local *l = thread_get_core_local(); in thread_is_from_abort_mode() local 1236 struct thread_core_local *l; in thread_set_foreign_intr() local [all …]
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_decode_sequence_flexi.c | 19 static int _new_element(ltc_asn1_list **l) in _new_element() 47 ltc_asn1_list *l, *t; in der_decode_sequence_flexi() local
|
A D | der_sequence_free.c | 25 ltc_asn1_list *l; in der_sequence_free() local
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/ |
A D | x509_decode_public_key_from_certificate.c | 20 #define LOOKS_LIKE_SPKI(l) ((l) != NULL) \ argument 47 ltc_asn1_list *decoded_list = NULL, *l; in x509_decode_public_key_from_certificate() local
|
/optee_os/lib/libutils/ext/ |
A D | nex_strdup.c | 11 size_t l = strlen(s) + 1; in nex_strdup() local
|
/optee_os/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/core/kernel/ |
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/math/ |
A D | radix_to_bin.c | 37 unsigned long l; in radix_to_bin() local
|
/optee_os/core/arch/arm/plat-bcm/ |
A D | crc32.c | 82 size_t l = 0; in crc32i() local
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/pkcs8/ |
A D | pkcs8_decode_flexi.c | 31 ltc_asn1_list *l = NULL; in pkcs8_decode_flexi() local
|
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_import_pkcs8.c | 34 ltc_asn1_list *l = NULL; in ec25519_import_pkcs8() local
|
/optee_os/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 19 static void _print_hex(const char* what, const void* v, const unsigned long l) in _print_hex()
|
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_add_aad.c | 56 unsigned long datalen, l; in ocb3_add_aad() local
|
/optee_os/core/lib/libtomcrypt/src/misc/padding/ |
A D | padding_pad.c | 88 unsigned long diff, l; in padding_pad() local
|
/optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_import_pkcs8.c | 62 ltc_asn1_list *l = NULL; in rsa_import_pkcs8() local
|
/optee_os/core/lib/libtomcrypt/src/prngs/ |
A D | rng_get_bytes.c | 67 int l, acc, bits, a, b; in _rng_ansic() local
|
/optee_os/core/pta/ |
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/ |
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/core/tee/ |
A D | tee_cryp_pbkdf2.c | 77 size_t i, l, r; in tee_cryp_pbkdf2() local
|
A D | fs_dirfile.c | 86 size_t l; in read_dent() local 245 size_t l = *fnlen; in tee_fs_dirfile_fileh_to_fname() local
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_pkcs8.c | 57 ltc_asn1_list *p = NULL, *l = NULL; in ecc_import_pkcs8() local
|
/optee_os/lib/libutee/ |
A D | tee_api_property.c | 75 size_t l; in propget_get_ext_prop() local 195 size_t l; in TEE_GetPropertyAsString() local
|