| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/ |
| H A D | aes-gcm.c | 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 198 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 199 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 200 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 206 ghash_start(J0); in aes_gcm_prepare_j0() 207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 223 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 259 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 198 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 199 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 200 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 206 ghash_start(J0); in aes_gcm_prepare_j0() 207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 223 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 259 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/ |
| H A D | aes-gcm.c | 191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 197 os_memcpy(J0, iv, iv_len); in aes_gcm_prepare_j0() 198 os_memset(J0 + iv_len, 0, AES_BLOCK_SIZE - iv_len); in aes_gcm_prepare_j0() 199 J0[AES_BLOCK_SIZE - 1] = 0x01; in aes_gcm_prepare_j0() 205 ghash_start(J0); in aes_gcm_prepare_j0() 206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() argument 222 os_memcpy(J0inc, J0, AES_BLOCK_SIZE); in aes_gcm_gctr() 258 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-opp-romulus.dts | 244 /*J0-J7*/ "","","checkstop","","","","","",
|
| H A D | aspeed-bmc-opp-nicole.dts | 229 /*J0-J7*/ "","","checkstop","","","","","",
|
| H A D | aspeed-bmc-facebook-tiogapass.dts | 144 /*J0-J7*/ "","","","","","","","",
|
| H A D | aspeed-bmc-opp-witherspoon.dts | 211 /*J0-J7*/ "","","checkstop","","","","","",
|
| H A D | aspeed-bmc-opp-zaius.dts | 492 /*J0-J7*/ "","","","","","","","",
|
| H A D | aspeed-bmc-opp-tacoma.dts | 114 /*J0-J7*/ "","","","","","","","",
|
| H A D | aspeed-bmc-ibm-rainier.dts | 142 /*J0-J7*/ "","","","","","","","",
|
| /OK3568_Linux_fs/kernel/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 335 __u8 J0[AES_BLOCK_SIZE]; member 1914 memcpy(req_ctx->hw_ctx.J0, areq->iv, crypto_aead_ivsize(cipher)); in artpec6_crypto_prepare_aead() 1916 memcpy(req_ctx->hw_ctx.J0 + GCM_AES_IV_SIZE, "\x00\x00\x00\x01", 4); in artpec6_crypto_prepare_aead()
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 102 …���������������������������������������������������������������}}|{xwuspmkhhhijihhghgcbcecgkkl`J0 376 …�������������������������������������������������������������������}|pG;J0+E@9BG;.2;<84@F@7631*…
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 941 …Tj���������wpjclvdYdo{�uty|�����������~}�����|w}�sjoicdp}|tsy|��}wvtqjbZ\J0;/&7@CQ[Mb\.Ypooo… 990 …"I����|�~{y~�����������~~�������������~}��~����������}zvrlmprpmqrmqsmhe`J0+42 *8GfjMow-pqppqq… 1166 …("i�|}z|��������veXC2/59Hey�������������vk]F2,3<CIP\hx�����~ytrpoldgmjkie]J0##+.'.:?GRWNDf~MZvppq… 1580 …������������������UQW�������������������������������������PI����\9QZe����J0::998:879778997788997… 1725 …���rZRbrw{�����{vsnpuy��������������zyy}����zuof]]^_cgen{wqwvqlgcZD3,7J0 2DVjqUR�lGxpoopqqq… 1843 …^_`__`^^^^_]]^]]]][[][VRKB:2--,./00--,,,,-,-,./,,/00--//10//01)'-+#012Rmn;1J0.KQcc]ishh�eG^S<PAF�… 1907 …#(y����xuk[L:'%:8)?Y������������������������������~woltuqnmlnmllmljhc\J0#!2F4$Nxompooqq… 1929 …popoonmnnmllkkjhgdb_ZZWVUTTTQNGA;3,+,---.,,+*,+)),,+--.-,,,+,-,--//,-/--)A]J0*$ $! #""""$!… 2527 …123012213432*O��s������������gUF;/)/%7ITirv�����������ysu���Q:ACDFR]ilf]J0!7Xov|�{wplf[[F68(… 2631 …ZC5,),24<G[fggft{����}y����������������~}ugZUO?5452-2@Rbhecc`\\[M2 #8J0(Yrkooppqqqqprsrsstss… [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |