Home
last modified time | relevance | path

Searched refs:X3 (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c681 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 Dk_arch.h13 long X3; member
A Dpanic_c.c19 long X3; member
/AliOS-Things-master/components/mbedtls/library/
A Daes.c818 #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 Dcore_801.h210 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_802.h224 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_803.h225 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_804.h228 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_805.h222 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_801.h210 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_802.h224 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_805.h222 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_803.h225 uint32_t X3: 1; /*!< bit: 3 Non executable attribute setting */ member
A Dcore_804.h225 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 Drgb-3c-8b.ppm20 …��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�Ҳ�Ҵ�Ϊ�Ҧ{…

Completed in 88 milliseconds