Home
last modified time | relevance | path

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

123

/optee_os/core/arch/arm/kernel/
A Dspin_lock_debug.c13 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 Dthread.c382 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 Dder_decode_sequence_flexi.c19 static int _new_element(ltc_asn1_list **l) in _new_element()
47 ltc_asn1_list *l, *t; in der_decode_sequence_flexi() local
A Dder_sequence_free.c25 ltc_asn1_list *l; in der_sequence_free() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/
A Dx509_decode_public_key_from_certificate.c20 #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 Dnex_strdup.c11 size_t l = strlen(s) + 1; in nex_strdup() local
/optee_os/lib/libutils/isoc/
A Dstrdup.c10 size_t l = strlen(s) + 1; in strdup() local
A Dstrndup.c10 size_t l = strnlen(s, n) + 1; in strndup() local
/optee_os/core/kernel/
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/math/
A Dradix_to_bin.c37 unsigned long l; in radix_to_bin() local
/optee_os/core/arch/arm/plat-bcm/
A Dcrc32.c82 size_t l = 0; in crc32i() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/pkcs8/
A Dpkcs8_decode_flexi.c31 ltc_asn1_list *l = NULL; in pkcs8_decode_flexi() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dec25519_import_pkcs8.c34 ltc_asn1_list *l = NULL; in ec25519_import_pkcs8() local
/optee_os/core/lib/libtomcrypt/src/misc/
A Dcompare_testvector.c19 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 Docb3_add_aad.c56 unsigned long datalen, l; in ocb3_add_aad() local
/optee_os/core/lib/libtomcrypt/src/misc/padding/
A Dpadding_pad.c88 unsigned long diff, l; in padding_pad() local
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_import_pkcs8.c62 ltc_asn1_list *l = NULL; in rsa_import_pkcs8() local
/optee_os/core/lib/libtomcrypt/src/prngs/
A Drng_get_bytes.c67 int l, acc, bits, a, b; in _rng_ansic() local
/optee_os/core/pta/
A Dsecstor_ta_mgmt.c106 size_t l = MIN(buf_size, nw_size - offs); in install_ta() local
/optee_os/core/lib/libtomcrypt/
A Dcmac.c55 unsigned long l = len; in ltc_omac_final() local
A Dhmac.c54 unsigned long l = len; in ltc_hmac_final() local
/optee_os/core/tee/
A Dtee_cryp_pbkdf2.c77 size_t i, l, r; in tee_cryp_pbkdf2() local
A Dfs_dirfile.c86 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 Decc_import_pkcs8.c57 ltc_asn1_list *p = NULL, *l = NULL; in ecc_import_pkcs8() local
/optee_os/lib/libutee/
A Dtee_api_property.c75 size_t l; in propget_get_ext_prop() local
195 size_t l; in TEE_GetPropertyAsString() local

Completed in 19 milliseconds

123