Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Daes_decrypt.c67 #define mult8(a)(_double_byte(_double_byte(_double_byte(a)))) macro
68 #define mult9(a)(mult8(a)^(a))
69 #define multb(a)(mult8(a)^_double_byte(a)^(a))
70 #define multd(a)(mult8(a)^_double_byte(_double_byte(a))^(a))
71 #define multe(a)(mult8(a)^_double_byte(_double_byte(a))^_double_byte(a))