Searched refs:store_u32_be (Results 1 – 1 of 1) sorted by relevance
236 static ossl_inline void store_u32_be(uint32_t v, uint8_t *b) in store_u32_be() function354 store_u32_be(B3, out); in ossl_sm4_encrypt()355 store_u32_be(B2, out + 4); in ossl_sm4_encrypt()356 store_u32_be(B1, out + 8); in ossl_sm4_encrypt()357 store_u32_be(B0, out + 12); in ossl_sm4_encrypt()376 store_u32_be(B3, out); in ossl_sm4_decrypt()377 store_u32_be(B2, out + 4); in ossl_sm4_decrypt()378 store_u32_be(B1, out + 8); in ossl_sm4_decrypt()379 store_u32_be(B0, out + 12); in ossl_sm4_decrypt()
Completed in 3 milliseconds