/optee_os/core/mm/ |
A D | vm.c | 123 struct vm_region *r; in get_num_req_pgts() local 208 struct vm_region *r = NULL; in umap_add_region() local 339 struct vm_region *r = NULL; in find_vm_region() local 354 struct vm_region *r = r0; in va_range_is_contiguous() local 419 struct vm_region *r = NULL; in split_vm_range() local 463 struct vm_region *r = NULL; in merge_vm_range() local 526 struct vm_region *r = NULL; in vm_remap() local 650 struct vm_region *r = NULL; in vm_get_flags() local 678 struct vm_region *r = NULL; in vm_get_prot() local 700 struct vm_region *r = NULL; in vm_set_prot() local [all …]
|
/optee_os/core/kernel/ |
A D | refcount.c | 10 bool refcount_inc(struct refcount *r) in refcount_inc() 31 bool refcount_dec(struct refcount *r) in refcount_dec()
|
A D | user_mode_ctx.c | 12 struct vm_region *r = NULL; in user_mode_ctx_print_mappings() local
|
/optee_os/core/include/kernel/ |
A D | refcount.h | 59 static inline void refcount_set(struct refcount *r, unsigned int val) in refcount_set() 64 static inline unsigned int refcount_val(struct refcount *r) in refcount_val()
|
/optee_os/core/pta/tests/ |
A D | misc.c | 175 intmax_t r; in self_test_mul_signed_overflow() local 226 bool r; in self_test_division() local 312 bool r; in self_test_malloc() local 432 bool r; in self_test_nex_malloc() local
|
/optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_verify_hash.c | 30 int dsa_verify_hash_raw( void *r, void *s, in dsa_verify_hash_raw() 101 void *r, *s; in dsa_verify_hash() local
|
A D | dsa_sign_hash.c | 31 void *r, void *s, in dsa_sign_hash_raw() 123 void *r, *s; in dsa_sign_hash() local
|
/optee_os/core/arch/arm/mm/ |
A D | mobj_dyn_shm.c | 115 static void reg_shm_unmap_helper(struct mobj_reg_shm *r) in reg_shm_unmap_helper() 139 struct mobj_reg_shm *r = to_mobj_reg_shm(mobj); in mobj_reg_shm_free() local 183 struct mobj_reg_shm *r = to_mobj_reg_shm(mobj); in mobj_reg_shm_inc_map() local 233 struct mobj_reg_shm *r = to_mobj_reg_shm(mobj); in mobj_reg_shm_dec_map() local 366 struct mobj_reg_shm *r = reg_shm_find_unlocked(cookie); in mobj_reg_shm_get_by_cookie() local 378 struct mobj_reg_shm *r = NULL; in mobj_reg_shm_release_by_cookie() local
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | xtea.c | 78 int r; in xtea_ecb_encrypt() local 114 int r; in xtea_ecb_decrypt() local
|
A D | khazad.c | 593 int r; in khazad_setup() local 674 int r; in khazad_crypt() local
|
A D | blowfish.c | 396 int r; in _blowfish_ecb_encrypt() local 458 int r; in _blowfish_ecb_decrypt() local
|
A D | rc5.c | 135 int r; in _rc5_ecb_encrypt() local 191 int r; in _rc5_ecb_decrypt() local
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ecdsa.c | 102 mbedtls_mpi r; /* r value */ member 253 mbedtls_mpi *r, mbedtls_mpi *s, in ecdsa_sign_restartable() 403 int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign() 425 mbedtls_mpi *r, mbedtls_mpi *s, in ecdsa_sign_det_restartable() 557 int mbedtls_ecdsa_sign_det( mbedtls_ecp_group *grp, mbedtls_mpi *r, in mbedtls_ecdsa_sign_det() 573 int mbedtls_ecdsa_sign_det_ext( mbedtls_ecp_group *grp, mbedtls_mpi *r, in mbedtls_ecdsa_sign_det_ext() 601 const mbedtls_mpi *r, const mbedtls_mpi *s, in ecdsa_verify_restartable() 709 const mbedtls_mpi *r, in mbedtls_ecdsa_verify() 725 static int ecdsa_signature_to_asn1( const mbedtls_mpi *r, const mbedtls_mpi *s, in ecdsa_signature_to_asn1() 758 mbedtls_mpi r, s; in mbedtls_ecdsa_write_signature_restartable() local [all …]
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_approxRecip32_1.c | 57 uint_fast32_t r; in softfloat_approxRecip32_1() local
|
A D | s_approxRecipSqrt32_1.c | 58 uint_fast32_t r; in softfloat_approxRecipSqrt32_1() local
|
/optee_os/core/lib/libtomcrypt/ |
A D | dsa.c | 102 void *r, *s; in crypto_acipher_dsa_sign() local 170 void *r, *s; in crypto_acipher_dsa_verify() local
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_set.c | 29 int r; in _qsort_helper() local
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | poly1305.h | 62 uint32_t r[4]; /** The value for 'r' (low 128 bits of the key). */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | poly1305.h | 62 uint32_t r[4]; /** The value for 'r' (low 128 bits of the key). */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | poly1305.h | 62 uint32_t r[4]; /** The value for 'r' (low 128 bits of the key). */ member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | poly1305.h | 62 uint32_t r[4]; /** The value for 'r' (low 128 bits of the key). */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | poly1305.h | 62 uint32_t r[4]; /** The value for 'r' (low 128 bits of the key). */ member
|
/optee_os/core/lib/libtomcrypt/src/misc/padding/ |
A D | padding_pad.c | 24 unsigned char pad, block_length, r, t; in _padding_padded_length() local
|
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 48 sv set25519(gf r, const gf a) in set25519() 178 i64 x[80],r,i; in tweetnacl_crypto_scalarmult() local 277 sv pack(u8 *r,gf p[4]) in pack() 352 sv modL(u8 *r,i64 x[64]) in modL() 378 sv reduce(u8 *r) in reduce() 388 u8 d[64],h[64],r[64]; in tweetnacl_crypto_sign() local
|
/optee_os/core/drivers/clk/sam/ |
A D | sama5d2_clk.c | 76 struct clk_range r; member 238 struct clk_range r; member
|