Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Daria.c366 static void aria_fo_xor( uint32_t r[4], const uint32_t p[4], in aria_fo_xor() function
479 aria_fo_xor( w[1], w[0], rc[i], w[1] ); // W1 = FO(W0, CK1) ^ KR in mbedtls_aria_setkey_enc()
483 aria_fo_xor( w[3], w[2], rc[i], w[1] ); // W3 = FO(W2, CK3) ^ W1 in mbedtls_aria_setkey_enc()