Searched refs:pu8Key (Results 1 – 6 of 6) sorted by relevance
106 uint8_t *pu8Key, in nu_aes_crypt_run() argument118 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()126 au32SwapKey[5] = nu_get32_be(&pu8Key[20]); in nu_aes_crypt_run()328 uint8_t *pu8Key, in nu_des_crypt_run() argument341 au32SwapKey[0][0] = nu_get32_be(&pu8Key[0]); in nu_des_crypt_run()342 au32SwapKey[0][1] = nu_get32_be(&pu8Key[4]); in nu_des_crypt_run()[all …]
77 uint8_t *pu8Key, in nu_aes_crypt_run() argument89 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()97 au32SwapKey[5] = nu_get32_be(&pu8Key[20]); in nu_aes_crypt_run()102 au32SwapKey[6] = nu_get32_be(&pu8Key[24]); in nu_aes_crypt_run()103 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()326 uint8_t *pu8Key, in nu_des_crypt_run() argument[all …]
95 uint8_t *pu8Key, in nu_aes_crypt_run() argument107 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()121 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()
94 uint8_t *pu8Key, in nu_aes_crypt_run() argument106 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()120 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()
63 uint8_t *pu8Key, in nu_aes_crypt_run() argument75 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()89 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()
34 uint8_t *pu8Key; member
Completed in 23 milliseconds