Searched refs:X1 (Results 1 – 2 of 2) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | blowfish.c | 238 uint32_t X0, X1; in mbedtls_blowfish_crypt_ecb() local 246 GET_UINT32_BE( X1, input, 4 ); in mbedtls_blowfish_crypt_ecb() 250 blowfish_dec( ctx, &X0, &X1 ); in mbedtls_blowfish_crypt_ecb() 254 blowfish_enc( ctx, &X0, &X1 ); in mbedtls_blowfish_crypt_ecb() 258 PUT_UINT32_BE( X1, output, 4 ); in mbedtls_blowfish_crypt_ecb()
|
A D | aes.c | 812 #define AES_FROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument 820 (X1) = *RK++ ^ AES_FT0( ( (Y1) ) & 0xFF ) ^ \ 836 #define AES_RROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument 844 (X1) = *RK++ ^ AES_RT0( ( (Y1) ) & 0xFF ) ^ \
|
Completed in 7 milliseconds