Searched refs:uint8p_to_uint32_be (Results 1 - 1 of 1) sorted by relevance

/drivers/crypto/ux500/cryp/
H A Dcryp_core.c93 * uint8p_to_uint32_be - 4*uint8 to uint32 big endian
96 static inline u32 uint8p_to_uint32_be(u8 *in) function
301 iv[i] = uint8p_to_uint32_be(ctx->iv + i*4);
350 swapped_key[i] = uint8p_to_uint32_be(ctx->key + i*4);

Completed in 37 milliseconds