Searched refs:BYTE_SWAP32 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/crypto/ | ||
D | crypto_intel_sha_priv.h | 34 #define BYTE_SWAP32(x) \ macro |
D | crypto_intel_sha.c | 278 hash_int_ptr[i] = BYTE_SWAP32(hash_int_ptr[i]); in intel_sha_compute() |