Searched defs:word (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_macros.h | 264 static inline ulong32 ROL(ulong32 word, int i) in ROL() 272 static inline ulong32 ROR(ulong32 word, int i) in ROR() 282 #define ROLc(word,i) ({ \ argument 290 #define RORc(word,i) ({ \ argument 309 static inline ulong32 ROL(ulong32 word, int i) in ROL() 317 static inline ulong32 ROR(ulong32 word, int i) in ROR() 327 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() 335 static inline ulong32 RORc(ulong32 word, const int i) in RORc() 382 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() 390 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() [all …]
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_negXM.c | 48 uint32_t word; in softfloat_negXM() local
|
| /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() 38 void caam_desc_add_word(uint32_t *desc, uint32_t word) in caam_desc_add_word()
|
| /optee_os/core/drivers/ |
| H A D | imx_ocotp.c | 135 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val) in imx_ocotp_read() 171 TEE_Result imx_ocotp_write(unsigned int bank, unsigned int word, uint32_t val) in imx_ocotp_write() 251 static TEE_Result ocotp_write_fuse(unsigned int bank, unsigned int word, in ocotp_write_fuse()
|
| /optee_os/core/drivers/imx/mu/ |
| H A D | imx_mu.c | 101 uint32_t word = 0; in imx_mu_send_msg() local
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.c | 460 # define CRC2(check, word) \ argument 467 # define CRC4(check, word) \ argument
|
| /optee_os/ldelf/ |
| H A D | ta_elf_rel.c | 152 uint32_t word = bloom[(hash / 32) % h->bloom_size]; in resolve_sym_helper() local 161 uint64_t word = bloom[(hash / 64) % h->bloom_size]; in resolve_sym_helper() local
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_ec.c | 872 uint32_t word = 0; in pkcs2tee_param_ecdh() local
|
| /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()
|
| /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()
|