Home
last modified time | relevance | path

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

/external/srtp/crypto/math/
Dgf2_8.c53 inline gf2_8
54 gf2_8_multiply(gf2_8 x, gf2_8 y) { in gf2_8_multiply()
55 gf2_8 z = 0; in gf2_8_multiply()
72 gf2_8
73 gf2_8_compute_inverse(gf2_8 x) { in gf2_8_compute_inverse()
78 if (gf2_8_multiply((gf2_8) i, x) == 1) in gf2_8_compute_inverse()
79 return (gf2_8) i; in gf2_8_compute_inverse()
/external/srtp/crypto/include/
Dgf2_8.h52 typedef uint8_t gf2_8; typedef
70 gf2_8
71 gf2_8_compute_inverse(gf2_8 x);
76 gf2_8
77 gf2_8_multiply(gf2_8 x, gf2_8 y);
/external/srtp/tables/
Daes_tables.c84 x = gf2_8_compute_inverse((gf2_8)i); in aes_init_sbox()
/external/srtp/
DMakefile110 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
DMakefile.in112 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
/external/srtp/crypto/cipher/
Daes.c1365 gf2_8 rc; in aes_expand_encryption_key()