Searched defs:v128_t (Results 1 - 1 of 1) sorted by relevance

/external/srtp/crypto/include/
H A Ddatatypes.h93 } v128_t; typedef in typeref:union:__anon11156
121 v128_bit_string(v128_t *x);
124 v128_hex_string(v128_t *x);
151 v128_t
155 v128_copy_octet_string(v128_t *x, const uint8_t s[16]);
158 v128_left_shift(v128_t *x, int index);
161 v128_right_shift(v128_t *x, int index);
334 v128_set_to_zero(v128_t *x);
337 v128_is_eq(const v128_t *x, const v128_t *
[all...]

Completed in 50 milliseconds