Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_encrypt.c11 static int s_tweak_crypt(const unsigned char *P, unsigned char *C, unsigned char *T, const symmetri… in s_tweak_crypt() function
108 if ((err = s_tweak_crypt(pt, ct, T, xts)) != CRYPT_OK) { in xts_encrypt()
119 if ((err = s_tweak_crypt(pt, CC, T, xts)) != CRYPT_OK) { in xts_encrypt()
134 if ((err = s_tweak_crypt(PP, ct, T, xts)) != CRYPT_OK) { in xts_encrypt()