Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_crypto.c106 uint8_t *pu8Key, in nu_aes_crypt_run() argument
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()
126 au32SwapKey[5] = nu_get32_be(&pu8Key[20]); in nu_aes_crypt_run()
328 uint8_t *pu8Key, in nu_des_crypt_run() argument
341 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 …]
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_crypto.c77 uint8_t *pu8Key, in nu_aes_crypt_run() argument
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()
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 …]
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_crypto.c95 uint8_t *pu8Key, in nu_aes_crypt_run() argument
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()
121 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_crypto.c94 uint8_t *pu8Key, in nu_aes_crypt_run() argument
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()
120 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_crypto.c63 uint8_t *pu8Key, in nu_aes_crypt_run() argument
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()
89 au32SwapKey[7] = nu_get32_be(&pu8Key[28]); in nu_aes_crypt_run()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/lib/cryptlib/
A Dair_crypt.h34 uint8_t *pu8Key; member

Completed in 23 milliseconds