Searched refs:gf2_8 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dgf2_8.h2 * gf2_8.h
52 typedef uint8_t gf2_8; typedef
63 * next gf2_8 value in the cyclic representation of that field. The
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/crypto/include/
H A Dgf2_8.h2 * gf2_8.h
52 typedef uint8_t gf2_8; typedef
63 * next gf2_8 value in the cyclic representation of that field. The
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/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Dgf2_8.c2 * gf2_8.c
49 #include "gf2_8.h"
51 /* gf2_8_shift() moved to gf2_8.h as an inline function */
53 gf2_8
54 gf2_8_multiply(gf2_8 x, gf2_8 y) {
55 gf2_8 z = 0;
72 gf2_8
73 gf2_8_compute_inverse(gf2_8 x) {
78 if (gf2_8_multiply((gf2_8)
[all...]
/external/srtp/crypto/math/
H A Dgf2_8.c2 * gf2_8.c
49 #include "gf2_8.h"
51 /* gf2_8_shift() moved to gf2_8.h as an inline function */
53 inline gf2_8
54 gf2_8_multiply(gf2_8 x, gf2_8 y) {
55 gf2_8 z = 0;
72 gf2_8
73 gf2_8_compute_inverse(gf2_8 x) {
78 if (gf2_8_multiply((gf2_8)
[all...]
/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c46 #include "gf2_8.h"
84 x = gf2_8_compute_inverse((gf2_8)i);
/external/srtp/
H A DMakefile110 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
/external/srtp/tables/
H A Daes_tables.c46 #include "gf2_8.h"
84 x = gf2_8_compute_inverse((gf2_8)i);
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile112 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
/external/chromium_org/third_party/libsrtp/
H A Dlibsrtp.target.darwin-arm.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.darwin-arm64.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.darwin-mips.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.darwin-mips64.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.darwin-x86.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.darwin-x86_64.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.linux-arm.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.linux-arm64.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.linux-mips.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.linux-mips64.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.linux-x86.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
H A Dlibsrtp.target.linux-x86_64.mk41 third_party/libsrtp/srtp/crypto/math/gf2_8.c \
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c1365 gf2_8 rc;
1417 gf2_8 rc;
/external/srtp/crypto/cipher/
H A Daes.c1365 gf2_8 rc;

Completed in 923 milliseconds