Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c136 static inline uint32_t hashcrypt_get_word_from_unaligned(const uint8_t *srcAddr) in hashcrypt_get_word_from_unaligned() function
196 … ((uint32_t *)(uintptr_t)dest)[i] = hashcrypt_get_word_from_unaligned(&src[i * sizeof(uint32_t)]); in hashcrypt_get_key_from_unaligned_src()
264 inAlign[i] = hashcrypt_get_word_from_unaligned((uint8_t *)&src[i]); in hashcrypt_load_data()