Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c97 static inline u32 uint8p_to_uint32_be(u8 *in) in uint8p_to_uint32_be() function
302 iv[i] = uint8p_to_uint32_be(ctx->iv + i*4); in cfg_ivs()
351 swapped_key[i] = uint8p_to_uint32_be(ctx->key + i*4); in cfg_keys()