Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Daes_decrypt.c37 static const uint8_t inv_sbox[256] = { variable
109 s[i] = inv_sbox[s[i]]; in inv_sub_bytes()