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

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Ddatatypes.h100 } v128_t; typedef in typeref:union:__anon12815
128 v128_bit_string(v128_t *x);
131 v128_hex_string(v128_t *x);
158 v128_t
162 v128_copy_octet_string(v128_t *x, const uint8_t s[16]);
165 v128_left_shift(v128_t *x, int shift_index);
168 v128_right_shift(v128_t *x, int shift_index);
341 v128_set_to_zero(v128_t *x);
344 v128_is_eq(const v128_t *x, const v128_t *
[all...]
/external/srtp/crypto/include/
H A Ddatatypes.h93 } v128_t; typedef in typeref:union:__anon31195
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 909 milliseconds