OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gf2_8
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
gf2_8.h
2
*
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/
gf2_8.h
2
*
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/
gf2_8.c
2
*
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
) i, x) == 1
[
all
...]
/external/srtp/crypto/math/
gf2_8.c
2
*
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
) i, x) == 1
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c
46
#include "
gf2_8
.h"
84
x = gf2_8_compute_inverse((
gf2_8
)i);
/external/srtp/
Makefile
110
cryptomath = crypto/math/math.o crypto/math/
gf2_8
.o
/external/srtp/tables/
aes_tables.c
46
#include "
gf2_8
.h"
84
x = gf2_8_compute_inverse((
gf2_8
)i);
/external/chromium_org/third_party/libsrtp/srtp/
Makefile
112
cryptomath = crypto/math/math.o crypto/math/
gf2_8
.o
/external/chromium_org/third_party/libsrtp/
libsrtp.target.darwin-arm.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.darwin-arm64.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.darwin-mips.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.darwin-x86.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.darwin-x86_64.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.linux-arm.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.linux-arm64.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.linux-mips.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.linux-x86.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
libsrtp.target.linux-x86_64.mk
42
third_party/libsrtp/srtp/crypto/math/
gf2_8
.c \
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c
[
all
...]
/external/srtp/crypto/cipher/
aes.c
[
all
...]
Completed in 429 milliseconds