Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 98) sorted by relevance

1234

/optee_os/core/include/
H A Dio.h138 const struct __unaligned_u64_t *tmp = p; in get_unaligned_be64() local
145 struct __unaligned_u64_t *tmp = p; in put_unaligned_be64() local
152 const struct __unaligned_u32_t *tmp = p; in get_unaligned_be32() local
159 struct __unaligned_u32_t *tmp = p; in put_unaligned_be32() local
166 const struct __unaligned_u16_t *tmp = p; in get_unaligned_be16() local
173 struct __unaligned_u16_t *tmp = p; in put_unaligned_be16() local
180 struct __unaligned_u64_t *tmp = p; in put_unaligned_le64() local
187 const struct __unaligned_u64_t *tmp = p; in get_unaligned_le64() local
194 struct __unaligned_u32_t *tmp = p; in put_unaligned_le32() local
201 const struct __unaligned_u32_t *tmp = p; in get_unaligned_le32() local
[all …]
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dfortuna.c110 unsigned char tmp[MAXBLOCKSIZE]; in s_fortuna_reseed() local
195 unsigned char tmp[MAXBLOCKSIZE]; in fortuna_update_seed() local
232 unsigned char tmp[MAXBLOCKSIZE]; in fortuna_start() local
266 unsigned char tmp[2]; in s_fortuna_add() local
381 unsigned char tmp[16]; in fortuna_read() local
450 unsigned char tmp[32]; in fortuna_done() local
/optee_os/core/lib/libtomcrypt/src/stream/rc4/
H A Drc4_stream.c17 unsigned char tmp, *s; in rc4_stream_setup() local
53 unsigned char x, y, *s, tmp; in rc4_stream_crypt() local
/optee_os/core/lib/libtomcrypt/
H A Ddes2_key.h7 uint8_t *tmp) in get_des2_key()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h1287 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() local
1322 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_inplace_u64() local
1437 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() local
1442 fdt64_t tmp = cpu_to_fdt64(val); in fdt_property_u64() local
1648 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() local
1683 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_u64() local
1820 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32() local
1855 fdt64_t tmp = cpu_to_fdt64(val); in fdt_appendprop_u64() local
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_xts.c23 uint8_t tmp = 0; in do_galois_mult() local
48 struct caamdmaobj *tmp) in do_tweak_block()
/optee_os/core/arch/arm/kernel/
H A Dunwind_private.h12 void *tmp = NULL; in unw_grow() local
H A Dcache_helpers_a32.S16 .macro dcache_line_size reg, tmp
23 .macro icache_line_size reg, tmp
H A Dcache_helpers_a64.S11 .macro dcache_line_size reg, tmp
18 .macro icache_line_size reg, tmp
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_encode_asn1_identifier.c20 ulong64 tmp; in der_encode_asn1_identifier() local
H A Dder_decode_asn1_identifier.c61 ulong64 tmp; in der_decode_asn1_identifier() local
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_done.c21 unsigned char tmp[MAXBLOCKSIZE]; in ocb3_done() local
H A Docb3_decrypt.c22 unsigned char tmp[MAXBLOCKSIZE]; in ocb3_decrypt() local
H A Docb3_encrypt.c22 unsigned char tmp[MAXBLOCKSIZE]; in ocb3_encrypt() local
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_shared_secret.c19 void *tmp; in dh_shared_secret() local
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
H A Docb_encrypt.c21 unsigned char Z[MAXBLOCKSIZE], tmp[MAXBLOCKSIZE]; in ocb_encrypt() local
H A Docb_decrypt.c21 unsigned char Z[MAXBLOCKSIZE], tmp[MAXBLOCKSIZE]; in ocb_decrypt() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/integer/
H A Dder_decode_integer.c52 void *tmp; in der_decode_integer() local
H A Dder_encode_integer.c78 void *tmp; in der_encode_integer() local
/optee_os/core/arch/arm/plat-stm32mp1/nsec-service/
H A Dbsec_svc.c21 uint32_t tmp = 0; in bsec_main() local
/optee_os/core/lib/libtomcrypt/src/modes/cbc/
H A Dcbc_decrypt.c24 unsigned char tmp[16]; in cbc_decrypt() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/
H A Dpk_oid_cmp.c14 char tmp[256] = { 0 }; in pk_oid_cmp_with_ulong() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utf8/
H A Dder_decode_utf8_string.c24 wchar_t tmp; in der_decode_utf8_string() local
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_export.c56 unsigned char* tmp = NULL; in rsa_export() local
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_export.c62 unsigned char* tmp = XMALLOC(tmplen); in dsa_export() local

1234