/optee_os-3.20.0/core/kernel/ |
A D | mutex.c | 15 void mutex_init(struct mutex *m) in mutex_init() 20 void mutex_init_recursive(struct recursive_mutex *m) in mutex_init_recursive() 278 void mutex_unlock(struct mutex *m) in mutex_unlock() 288 void mutex_lock(struct mutex *m) in mutex_lock() 293 void mutex_lock_recursive(struct recursive_mutex *m) in mutex_lock_recursive() 298 bool mutex_trylock(struct mutex *m) in mutex_trylock() 303 void mutex_read_unlock(struct mutex *m) in mutex_read_unlock() 308 void mutex_read_lock(struct mutex *m) in mutex_read_lock() 313 bool mutex_read_trylock(struct mutex *m) in mutex_read_trylock() 319 void mutex_destroy(struct mutex *m) in mutex_destroy() [all …]
|
A D | mutex_lockdep.c | 37 void mutex_lock_check(struct mutex *m) in mutex_lock_check() 47 void mutex_trylock_check(struct mutex *m) in mutex_trylock_check() 57 void mutex_unlock_check(struct mutex *m) in mutex_unlock_check() 67 void mutex_destroy_check(struct mutex *m) in mutex_destroy_check()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | mutex.h | 22 struct mutex m; /* used when lock_depth goes 0 -> 1 or 1 -> 0 */ member 41 #define mutex_unlock(m) mutex_unlock_debug((m), __FILE__, __LINE__) argument 44 #define mutex_lock(m) mutex_lock_debug((m), __FILE__, __LINE__) argument 47 #define mutex_trylock(m) mutex_trylock_debug((m), __FILE__, __LINE__) argument 50 #define mutex_read_unlock(m) mutex_read_unlock_debug((m), __FILE__, __LINE__) argument 53 #define mutex_read_lock(m) mutex_read_lock_debug((m), __FILE__, __LINE__) argument 56 #define mutex_read_trylock(m) mutex_read_trylock_debug((m), __FILE__, __LINE__) argument 60 #define mutex_unlock_recursive(m) mutex_unlock_recursive_debug((m), __FILE__, \ argument 65 #define mutex_lock_recursive(m) mutex_lock_recursive_debug((m), __FILE__, \ argument 81 struct mutex *m; member [all …]
|
/optee_os-3.20.0/core/mm/ |
A D | mobj.c | 291 struct mobj_mm *m = to_mobj_mm(mobj); in mobj_mm_free() local 319 struct mobj_mm *m = calloc(1, sizeof(*m)); in mobj_mm_alloc() local 357 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_va() local 369 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_get_pa() local 413 struct mobj_shm *m = to_mobj_shm(mobj); in mobj_shm_free() local 446 struct mobj_shm *m; in mobj_shm_alloc() local 487 struct mobj_seccpy_shm *m = to_mobj_seccpy_shm(mobj); in mobj_seccpy_shm_get_va() local 540 struct mobj_seccpy_shm *m; in mobj_seccpy_shm_alloc() local 591 struct mobj_with_fobj *m = NULL; in mobj_with_fobj_alloc() local 638 struct mobj_with_fobj *m = to_mobj_with_fobj(mobj); in mobj_with_fobj_free() local [all …]
|
/optee_os-3.20.0/scripts/ |
A D | gen_ldelf_hex.py | 31 def round_up(n, m): argument
|
A D | gen_tee_bin.py | 48 def round_up(n, m): argument
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | arc4.h | 60 unsigned char m[256]; /*!< permutation table */ member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | arc4.c | 66 unsigned char *m; in mbedtls_arc4_setup() local 96 unsigned char *m; in mbedtls_arc4_crypt() local
|
A D | ecp.c | 1795 unsigned char w, const mbedtls_mpi *m ) in ecp_comb_recode_core() 2108 const mbedtls_mpi *m, in ecp_comb_recode_scalar() 2151 const mbedtls_mpi *m, in ecp_mul_comb_after_precomp() 2661 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_mul_restartable() 2729 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_mul() 2796 const mbedtls_mpi *m, in mbedtls_ecp_mul_shortcuts() 2832 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_muladd_restartable() 2928 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_muladd() 3406 mbedtls_mpi *m ) in self_test_adjust_exponent() 3443 mbedtls_mpi *m, in self_test_point() [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_init.c | 42 int poly, x, y, m, err; in ocb_init() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/ |
A D | pmac_init.c | 40 int poly, x, y, m, err; in pmac_init() local
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | sp_mem.c | 48 struct mobj_sp *m = NULL; in sp_mem_new_mobj() local 107 struct mobj_sp *m = to_mobj_sp(mobj); in get_mem_type() local 116 struct mobj_sp *m = to_mobj_sp(mobj); in mobj_sp_matches() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_decrypt.c | 57 unsigned long i, m, mo, lim; in xts_decrypt() local
|
A D | xts_encrypt.c | 59 unsigned long i, m, mo, lim; in xts_encrypt() local
|
/optee_os-3.20.0/lib/libutee/ |
A D | base64.c | 79 size_t m = 0; in _base64_dec() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 72 gf m,t; in pack25519() local 224 static LTC_INLINE int tweetnacl_crypto_hash_ctx(u8 *out,const u8 *m,u64 n,const u8 *ctx,u32 cs) in tweetnacl_crypto_hash_ctx() 237 static LTC_INLINE int tweetnacl_crypto_hash(u8 *out,const u8 *m,u64 n) in tweetnacl_crypto_hash() 383 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk, const u… in tweetnacl_crypto_sign() 451 int tweetnacl_crypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen,const u8 *ctx,u64 … in tweetnacl_crypto_sign_open()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_init.c | 87 int poly, x, y, m, err; in ocb3_init() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_verify_hash.c | 29 void *r, *s, *v, *w, *u1, *u2, *e, *p, *m, *a, *a_plus3; in ecc_verify_hash_ex() local
|
A D | ecc_recover_key.c | 31 void *p, *m, *a, *b; in ecc_recover_key() local
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitiveTypes.h | 66 #define indexMultiword( total, m, n ) (n) argument 77 #define indexMultiword( total, m, n ) ((total) - 1 - (m)) argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_verify.c | 18 unsigned char* m; in s_ed25519_verify() local
|
/optee_os-3.20.0/core/crypto/ |
A D | aes-gcm.c | 37 size_t m; in ghash_update_pad_zero() local 268 TEE_OperationMode m, const uint8_t *src, in operation_final() 479 TEE_OperationMode m, in aes_gcm_update_payload()
|
A D | aes-gcm-sw.c | 134 TEE_OperationMode m, const void *src, in internal_aes_gcm_update_payload_blocks()
|
/optee_os-3.20.0/core/pta/tests/ |
A D | aes_perf.c | 139 unsigned int m = 0; in do_update() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | secure_partition.c | 461 struct mobj *m = NULL; in sp_init_info() local 522 struct mobj *m = NULL; in handle_fdt_dev_regions() local 690 struct mobj *m = NULL; in handle_fdt_mem_regions() local 823 struct mobj *m = NULL; in handle_tpm_event_log() local
|