Searched refs:nu_get32_be (Results 1 – 6 of 6) sorted by relevance
118 au32SwapKey[0] = nu_get32_be(&pu8Key[0]); in nu_aes_crypt_run()119 au32SwapKey[1] = nu_get32_be(&pu8Key[4]); in nu_aes_crypt_run()120 au32SwapKey[2] = nu_get32_be(&pu8Key[8]); in nu_aes_crypt_run()121 au32SwapKey[3] = nu_get32_be(&pu8Key[12]); in nu_aes_crypt_run()125 au32SwapKey[4] = nu_get32_be(&pu8Key[16]); in nu_aes_crypt_run()135 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_aes_crypt_run()136 au32SwapIV[1] = nu_get32_be(&pu8IV[4]); in nu_aes_crypt_run()137 au32SwapIV[2] = nu_get32_be(&pu8IV[8]); in nu_aes_crypt_run()138 au32SwapIV[3] = nu_get32_be(&pu8IV[12]); in nu_aes_crypt_run()352 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_des_crypt_run()[all …]
89 au32SwapKey[0] = nu_get32_be(&pu8Key[0]); in nu_aes_crypt_run()90 au32SwapKey[1] = nu_get32_be(&pu8Key[4]); in nu_aes_crypt_run()91 au32SwapKey[2] = nu_get32_be(&pu8Key[8]); in nu_aes_crypt_run()92 au32SwapKey[3] = nu_get32_be(&pu8Key[12]); in nu_aes_crypt_run()96 au32SwapKey[4] = nu_get32_be(&pu8Key[16]); in nu_aes_crypt_run()106 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_aes_crypt_run()107 au32SwapIV[1] = nu_get32_be(&pu8IV[4]); in nu_aes_crypt_run()108 au32SwapIV[2] = nu_get32_be(&pu8IV[8]); in nu_aes_crypt_run()109 au32SwapIV[3] = nu_get32_be(&pu8IV[12]); in nu_aes_crypt_run()350 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_des_crypt_run()[all …]
107 au32SwapKey[0] = nu_get32_be(&pu8Key[0]); in nu_aes_crypt_run()108 au32SwapKey[1] = nu_get32_be(&pu8Key[4]); in nu_aes_crypt_run()109 au32SwapKey[2] = nu_get32_be(&pu8Key[8]); in nu_aes_crypt_run()110 au32SwapKey[3] = nu_get32_be(&pu8Key[12]); in nu_aes_crypt_run()114 au32SwapKey[4] = nu_get32_be(&pu8Key[16]); in nu_aes_crypt_run()115 au32SwapKey[5] = nu_get32_be(&pu8Key[20]); in nu_aes_crypt_run()120 au32SwapKey[6] = nu_get32_be(&pu8Key[24]); in nu_aes_crypt_run()124 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_aes_crypt_run()125 au32SwapIV[1] = nu_get32_be(&pu8IV[4]); in nu_aes_crypt_run()126 au32SwapIV[2] = nu_get32_be(&pu8IV[8]); in nu_aes_crypt_run()[all …]
106 au32SwapKey[0] = nu_get32_be(&pu8Key[0]); in nu_aes_crypt_run()107 au32SwapKey[1] = nu_get32_be(&pu8Key[4]); in nu_aes_crypt_run()108 au32SwapKey[2] = nu_get32_be(&pu8Key[8]); in nu_aes_crypt_run()109 au32SwapKey[3] = nu_get32_be(&pu8Key[12]); in nu_aes_crypt_run()113 au32SwapKey[4] = nu_get32_be(&pu8Key[16]); in nu_aes_crypt_run()114 au32SwapKey[5] = nu_get32_be(&pu8Key[20]); in nu_aes_crypt_run()119 au32SwapKey[6] = nu_get32_be(&pu8Key[24]); in nu_aes_crypt_run()123 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_aes_crypt_run()124 au32SwapIV[1] = nu_get32_be(&pu8IV[4]); in nu_aes_crypt_run()125 au32SwapIV[2] = nu_get32_be(&pu8IV[8]); in nu_aes_crypt_run()[all …]
75 au32SwapKey[0] = nu_get32_be(&pu8Key[0]); in nu_aes_crypt_run()76 au32SwapKey[1] = nu_get32_be(&pu8Key[4]); in nu_aes_crypt_run()77 au32SwapKey[2] = nu_get32_be(&pu8Key[8]); in nu_aes_crypt_run()78 au32SwapKey[3] = nu_get32_be(&pu8Key[12]); in nu_aes_crypt_run()82 au32SwapKey[4] = nu_get32_be(&pu8Key[16]); in nu_aes_crypt_run()83 au32SwapKey[5] = nu_get32_be(&pu8Key[20]); in nu_aes_crypt_run()88 au32SwapKey[6] = nu_get32_be(&pu8Key[24]); in nu_aes_crypt_run()92 au32SwapIV[0] = nu_get32_be(&pu8IV[0]); in nu_aes_crypt_run()93 au32SwapIV[1] = nu_get32_be(&pu8IV[4]); in nu_aes_crypt_run()94 au32SwapIV[2] = nu_get32_be(&pu8IV[8]); in nu_aes_crypt_run()[all …]
204 __STATIC_INLINE uint32_t nu_get32_be(const uint8_t *pos) in nu_get32_be() function
Completed in 15 milliseconds