Home
last modified time | relevance | path

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

123

/optee_os-3.20.0/core/kernel/
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
A Dthread.c216 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 Dsecstor_ta.c16 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 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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
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
A Dder_sequence_free.c18 ltc_asn1_list *l; in der_sequence_free() local
/optee_os-3.20.0/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-3.20.0/lib/libutils/ext/
A Dnex_strdup.c11 size_t l = strlen(s) + 1; in nex_strdup() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dradix_to_bin.c30 unsigned long l; in radix_to_bin() local
/optee_os-3.20.0/core/arch/arm/plat-bcm/
A Dcrc32.c82 size_t l = 0; in crc32i() local
/optee_os-3.20.0/lib/libutils/ext/include/
A Dfault_mitigation.h155 #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 Dpkcs8_decode_flexi.c24 ltc_asn1_list *l = NULL; in pkcs8_decode_flexi() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
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-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dec25519_import_pkcs8.c27 ltc_asn1_list *l = NULL; in ec25519_import_pkcs8() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_add_aad.c49 unsigned long datalen, l; in ocb3_add_aad() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/padding/
A Dpadding_pad.c82 unsigned long l, n; in padding_pad() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_import_pkcs8.c54 ltc_asn1_list *l = NULL; in rsa_import_pkcs8() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Drng_get_bytes.c60 int l, acc, bits, a, b; in s_rng_ansic() local
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c106 size_t l = MIN(buf_size, nw_size - offs); in install_ta() local
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread.c223 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 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-3.20.0/core/tee/
A Dtee_cryp_pbkdf2.c77 size_t i, l, r; in tee_cryp_pbkdf2() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_import_pkcs8.c50 ltc_asn1_list *p = NULL, *l = NULL; in ecc_import_pkcs8() local

Completed in 32 milliseconds

123