| /optee_os/core/arch/arm/crypto/ |
| H A D | sha256_armv8a_ce_a32.S | 96 .word 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5 97 .word 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5 98 .word 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3 99 .word 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174 100 .word 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc 101 .word 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da 102 .word 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7 103 .word 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967 104 .word 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13 105 .word 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85 [all …]
|
| H A D | sha256_armv8a_ce_a64.S | 118 .word 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5 119 .word 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5 120 .word 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3 121 .word 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174 122 .word 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc 123 .word 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da 124 .word 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7 125 .word 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967 126 .word 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13 127 .word 0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85 [all …]
|
| H A D | sha1_armv8a_ce_a32.S | 110 .word 0x5a827999, 0x5a827999, 0x5a827999, 0x5a827999 111 .word 0x6ed9eba1, 0x6ed9eba1, 0x6ed9eba1, 0x6ed9eba1 112 .word 0x8f1bbcdc, 0x8f1bbcdc, 0x8f1bbcdc, 0x8f1bbcdc 113 .word 0xca62c1d6, 0xca62c1d6, 0xca62c1d6, 0xca62c1d6
|
| H A D | sha1_armv8a_ce_a64.S | 122 .word 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_macros.h | 264 static inline ulong32 ROL(ulong32 word, int i) in ROL() argument 267 :"=r" (word) in ROL() 268 :"0" (word),"c" (i)); in ROL() 269 return word; in ROL() 272 static inline ulong32 ROR(ulong32 word, int i) in ROR() argument 275 :"=r" (word) in ROR() 276 :"0" (word),"c" (i)); in ROR() 277 return word; in ROR() 282 #define ROLc(word,i) ({ \ argument 283 ulong32 LTC_TMPVAR(ROLc) = (word); \ [all …]
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_negXM.c | 48 uint32_t word; in softfloat_negXM() local 54 word = ~zPtr[index] + carry; in softfloat_negXM() 55 zPtr[index] = word; in softfloat_negXM() 58 if ( word ) carry = 0; in softfloat_negXM()
|
| /optee_os/core/drivers/imx/mu/ |
| H A D | imx_mu.c | 101 uint32_t word = 0; in imx_mu_send_msg() local 116 word |= GENMASK_32(31, 26); in imx_mu_send_msg() 119 word |= SHIFT_U32(((msg->header.size + 1) & GENMASK_32(3, 0)), in imx_mu_send_msg() 122 res = imx_mu_plat_send(base, start_index, word); in imx_mu_send_msg() 127 memcpy(&word, &msg->header, sizeof(uint32_t)); in imx_mu_send_msg() 128 res = imx_mu_plat_send(base, start_index, word); in imx_mu_send_msg() 140 memcpy(&word, &msg->header, sizeof(uint32_t)); in imx_mu_send_msg() 141 res = imx_mu_plat_send(base, start_index, word); in imx_mu_send_msg()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_desc.c | 32 void caam_desc_update_hdr(uint32_t *desc, uint32_t word) in caam_desc_update_hdr() argument 35 caam_write_val32((void *)desc, word); in caam_desc_update_hdr() 38 void caam_desc_add_word(uint32_t *desc, uint32_t word) in caam_desc_add_word() argument 44 caam_write_val32((void *)last, word); in caam_desc_add_word()
|
| /optee_os/ldelf/ |
| H A D | start_a32.S | 56 .word __reloc_begin - reloc_begin_rel 58 .word __reloc_end - reloc_end_rel
|
| H A D | start_a64.S | 59 .word __reloc_begin - reloc_begin_rel 61 .word __reloc_end - reloc_end_rel
|
| H A D | start_rv64.S | 58 .word __reloc_begin - reloc_begin_rel 60 .word __reloc_end - reloc_end_rel
|
| H A D | ta_elf_rel.c | 152 uint32_t word = bloom[(hash / 32) % h->bloom_size]; in resolve_sym_helper() local 156 if ((word & mask) != mask) in resolve_sym_helper() 161 uint64_t word = bloom[(hash / 64) % h->bloom_size]; in resolve_sym_helper() local 165 if ((word & mask) != mask) in resolve_sym_helper()
|
| /optee_os/core/drivers/ |
| H A D | imx_ocotp.c | 83 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val) in imx_ocotp_read() argument 90 if (bank > g_ocotp->nb_banks || word > g_ocotp->nb_words) in imx_ocotp_read() 110 *val = io_read32(g_base_addr + OCOTP_SHADOW_OFFSET(bank, word)); in imx_ocotp_read() 112 DMSG("OCOTP Bank %d Word %d Fuse 0x%" PRIx32, bank, word, *val); in imx_ocotp_read()
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | pm_suspend.S | 1000 .word 0 1002 .word 0 1004 .word 0 1006 .word 0 1008 .word 0 1010 .word 0 1012 .word 0 1014 .word 0 1016 .word 0 1018 .word 0 [all …]
|
| /optee_os/core/include/drivers/ |
| H A D | imx_ocotp.h | 21 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val);
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_ec.c | 872 uint32_t word = 0; in pkcs2tee_param_ecdh() local 878 rc = serialargs_get_u32(&args, &word); in pkcs2tee_param_ecdh() 883 rc = serialargs_get_u32(&args, &word); in pkcs2tee_param_ecdh() 884 if (rc || word) in pkcs2tee_param_ecdh() 888 rc = serialargs_get_u32(&args, &word); in pkcs2tee_param_ecdh() 889 if (rc || !word) in pkcs2tee_param_ecdh() 892 *pub_size = word; in pkcs2tee_param_ecdh()
|
| /optee_os/core/arch/arm/plat-ti/ |
| H A D | a9_plat_init.S | 28 .word 0
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 177 static struct response_code get_response_code(uint32_t word) in get_response_code() argument 180 .rating_extension = (word & GENMASK_32(31, 16)) >> 16, in get_response_code() 181 .rating = (word & GENMASK_32(15, 8)) >> 8, in get_response_code() 182 .status = (word & GENMASK_32(7, 0)) >> 0, in get_response_code()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | entry.S | 517 .word 0 522 .word sem_cpu_sync 526 .word sem_cpu_sync + (CFG_TEE_CORE_NB_CORE << 2) 532 .word stack_tmp - stack_tmp_rel - STACK_TMP_GUARD
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aesce.c | 308 static inline uint32_t aes_rot_word(uint32_t word) in aes_rot_word() argument 310 return (word << (32 - 8)) | (word >> 8); in aes_rot_word()
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.c | 460 # define CRC2(check, word) \ argument 462 hbuf[0] = (unsigned char)(word); \ 463 hbuf[1] = (unsigned char)((word) >> 8); \ 467 # define CRC4(check, word) \ argument 469 hbuf[0] = (unsigned char)(word); \ 470 hbuf[1] = (unsigned char)((word) >> 8); \ 471 hbuf[2] = (unsigned char)((word) >> 16); \ 472 hbuf[3] = (unsigned char)((word) >> 24); \
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | entry_a32.S | 832 .word sem_cpu_sync 836 .word sem_cpu_sync + (CFG_TEE_CORE_NB_CORE << 2) 841 .word __text_start 1028 .word stack_tmp - stack_tmp_rel - STACK_TMP_GUARD 1032 .word stack_tmp_stride - stack_tmp_stride_rel
|
| /optee_os/ |
| H A D | .clang-format | 6 # Please note that the maintainers have the last word if there's
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | setjmp_a32.S | 147 .word 0xe12fff1e /* bx lr */
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_desc_helper.h | 22 void caam_desc_update_hdr(uint32_t *desc, uint32_t word); 24 void caam_desc_add_word(uint32_t *desc, uint32_t word);
|