Searched refs:LOAD_OP (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/lib/crypto/ |
A D | sha256.c | 55 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() function 80 LOAD_OP(i + 0, W, input); in sha256_transform() 81 LOAD_OP(i + 1, W, input); in sha256_transform() 82 LOAD_OP(i + 2, W, input); in sha256_transform() 83 LOAD_OP(i + 3, W, input); in sha256_transform() 84 LOAD_OP(i + 4, W, input); in sha256_transform() 85 LOAD_OP(i + 5, W, input); in sha256_transform() 86 LOAD_OP(i + 6, W, input); in sha256_transform() 87 LOAD_OP(i + 7, W, input); in sha256_transform()
|
/linux-6.3-rc2/arch/arm/nwfpe/ |
A D | fpopcode.h | 200 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) macro 203 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) 204 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2))
|
/linux-6.3-rc2/crypto/ |
A D | sha512_generic.c | 88 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() function 118 LOAD_OP(i + j, W, input); in sha512_transform()
|
Completed in 7 milliseconds