Home
last modified time | relevance | path

Searched refs:xts_mult_x (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_mult_x.c14 void xts_mult_x(unsigned char *I) in xts_mult_x() function
H A Dxts_decrypt.c40 xts_mult_x(T); in s_tweak_uncrypt()
116 xts_mult_x(CC); in xts_decrypt()
H A Dxts_encrypt.c42 xts_mult_x(T); in s_tweak_crypt()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h1008 void xts_mult_x(unsigned char *I);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk192 srcs-$(_CFG_CORE_LTC_XTS) += src/modes/xts/xts_mult_x.c