/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 681 uint32_t *RK, X0, X1, X2, X3, Y0, Y1, Y2, Y3; in infra_aes_internal_aes_encrypt() local 691 GET_UINT32_LE(X3, input, 12); in infra_aes_internal_aes_encrypt() 692 X3 ^= *RK++; in infra_aes_internal_aes_encrypt() 699 AES_FROUND(Y0, Y1, Y2, Y3, X0, X1, X2, X3); in infra_aes_internal_aes_encrypt() 716 X3 = *RK++ ^ ((uint32_t)FSb[(Y3) & 0xFF]) ^ in infra_aes_internal_aes_encrypt() 724 PUT_UINT32_LE(X3, output, 12); in infra_aes_internal_aes_encrypt() 749 GET_UINT32_LE(X3, input, 12); in infra_aes_internal_aes_decrypt() 750 X3 ^= *RK++; in infra_aes_internal_aes_decrypt() 757 AES_RROUND(Y0, Y1, Y2, Y3, X0, X1, X2, X3); in infra_aes_internal_aes_decrypt() 774 X3 = *RK++ ^ ((uint32_t)RSb[(Y3) & 0xFF]) ^ in infra_aes_internal_aes_decrypt() [all …]
|
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/ |
A D | k_arch.h | 13 long X3; member
|
A D | panic_c.c | 19 long X3; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | aes.c | 818 #define AES_FROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument 873 uint32_t *RK, X0, X1, X2, X3, Y0, Y1, Y2, Y3; in mbedtls_internal_aes_encrypt() local 880 GET_UINT32_LE( X3, input, 12 ); X3 ^= *RK++; in mbedtls_internal_aes_encrypt() 888 AES_FROUND( Y0, Y1, Y2, Y3, X0, X1, X2, X3 ); in mbedtls_internal_aes_encrypt() 908 X3 = *RK++ ^ \ in mbedtls_internal_aes_encrypt() 917 PUT_UINT32_LE( X3, output, 12 ); in mbedtls_internal_aes_encrypt() 941 uint32_t *RK, X0, X1, X2, X3, Y0, Y1, Y2, Y3; in mbedtls_internal_aes_decrypt() local 948 GET_UINT32_LE( X3, input, 12 ); X3 ^= *RK++; in mbedtls_internal_aes_decrypt() 956 AES_RROUND( Y0, Y1, Y2, Y3, X0, X1, X2, X3 ); in mbedtls_internal_aes_decrypt() 976 X3 = *RK++ ^ \ in mbedtls_internal_aes_decrypt() [all …]
|
/AliOS-Things-master/components/csi/csi2/include/core/ |
A D | core_801.h | 210 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_802.h | 224 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_803.h | 225 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_804.h | 228 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_805.h | 222 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
/AliOS-Things-master/components/csi/csi1/include/core/ |
A D | core_801.h | 210 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_802.h | 224 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_805.h | 222 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_803.h | 225 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
A D | core_804.h | 225 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 20 …��U��M��L��Q��O��K��K��K��L��L��O��Y��y��y��V��N��[�͍��������Ȼћ��|��c��b�ԃ�X3�#!�3.�6-�3,�4,�5,�F;… 344 …+&�'%�'%�((�'(�0,q-"gR8��g��o�iD�(&�0.�1,�.,�.*�,)�1-�4.�6/�61�60�5/�<2�L3�X3�n:ȚQ�Ҷƽ���g�Ҳ�Ҵ�Ϊ�Ҧ{…
|