Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Dcrypto_math.h51 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]);
Ddatatypes.h79 } v32_t; typedef
/external/srtp/crypto/math/
Dmath.c164 v32_weight(v32_t a) { in v32_weight()
176 v32_distance(v32_t x, v32_t y) { in v32_distance()
182 v32_dot_product(v32_t a, v32_t b) { in v32_dot_product()
227 v32_bit_string(v32_t x) { in v32_bit_string()
326 v32_hex_string(v32_t x) { in v32_hex_string()
469 v32_t
471 v32_t x; in hex_string_to_v32()
533 v32_copy_octet_string(v32_t *x, const uint8_t s[4]) { in v32_copy_octet_string()
779 v32_low_bit(v32_t *w) { in v32_low_bit()
/external/srtp/test/
Dlfsr.c30 v32_t lfsr; in compute_period()
31 v32_t mask; in compute_period()
260 v32_t x; in main()
261 v32_t p; in main()
/external/srtp/tables/
Daes_tables.c95 v32_t tmp; in aes_compute_tables()
147 v32_t tmp; in aes_compute_inv_tables()
/external/srtp/crypto/test/
Ddatatypes_driver.c154 v32_t c; in byte_order()