Searched refs:xor_128 (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | sm4.c | 287 static void xor_128(const uint8_t a[16], const uint8_t b[16], uint8_t c[16]) in xor_128() function 312 xor_128(input, tweak, ct); in sm4_crypt_xts() 314 xor_128(ct, tweak, output); in sm4_crypt_xts() 333 xor_128(ct, tweak, ct); in sm4_crypt_xts() 335 xor_128(ct, tweak, ct); in sm4_crypt_xts() 339 xor_128(input, tweak1, ct); in sm4_crypt_xts() 341 xor_128(ct, tweak1, ct); in sm4_crypt_xts() 347 xor_128(ct, tweak, ct); in sm4_crypt_xts() 349 xor_128(ct, tweak, output); in sm4_crypt_xts()
|
Completed in 2 milliseconds