HomeSort by relevance Sort by last modified time
    Searched refs:v16_t (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
crypto_math.h 60 v16_bit_string(v16_t x);
72 v16_hex_string(v16_t x);
86 v16_t
102 v16_copy_octet_string(v16_t *x, const uint8_t s[2]);
datatypes.h 73 } v16_t; typedef in typeref:union:__anon12713
  /external/srtp/crypto/math/
math.c 212 v16_bit_string(v16_t x) {
313 v16_hex_string(v16_t x) {
457 v16_t
459 v16_t x;
527 v16_copy_octet_string(v16_t *x, const uint8_t s[2]) {
  /external/srtp/crypto/test/
datatypes_driver.c 153 v16_t b;
167 printf("v16_t:\t%s\n", v16_hex_string(b));
172 printf("v16_t:\t%s\n", v16_hex_string(b));

Completed in 5196 milliseconds