OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v32_t
(Results
1 - 6
of
6
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
51
v32_weight(
v32_t
a);
54
v32_distance(
v32_t
x,
v32_t
y);
57
v32_dot_product(
v32_t
a,
v32_t
b);
63
v32_bit_string(
v32_t
x);
75
v32_hex_string(
v32_t
x);
89
v32_t
105
v32_copy_octet_string(
v32_t
*x, const uint8_t s[4]);
datatypes.h
79
}
v32_t
;
typedef in typeref:union:__anon26567
/external/srtp/test/
lfsr.c
30
v32_t
lfsr;
31
v32_t
mask;
260
v32_t
x;
261
v32_t
p;
/external/srtp/crypto/math/
math.c
164
v32_weight(
v32_t
a) {
176
v32_distance(
v32_t
x,
v32_t
y) {
182
v32_dot_product(
v32_t
a,
v32_t
b) {
227
v32_bit_string(
v32_t
x) {
326
v32_hex_string(
v32_t
x) {
469
v32_t
471
v32_t
x;
533
v32_copy_octet_string(
v32_t
*x, const uint8_t s[4])
[
all
...]
/external/srtp/tables/
aes_tables.c
95
v32_t
tmp;
147
v32_t
tmp;
/external/srtp/crypto/test/
datatypes_driver.c
154
v32_t
c;
166
printf("
v32_t
:\t%s\n", v32_hex_string(c));
170
printf("
v32_t
:\t%s\n", v32_hex_string(c));
177
printf("
v32_t
:\t%x%x\n", c.v16[0], c.v16[1]);
Completed in 43 milliseconds