HomeSort by: relevance | last modified time | path
    Searched refs:LE_16 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
byteorder.h 70 #define LE_16(x) BSWAP_16(x)
75 #define LE_16(x) BMASK_16(x)
  /src/crypto/external/cpl/trousers/dist/src/tspi/ps/
tspps.c 35 #define LE_16 htole16
39 #define LE_16(x) (x)
542 pub_key_size = LE_16(pub_key_size);
547 pub_key_size = LE_16(pub_key_size);
550 key_blob_size = LE_16(key_blob_size);
555 key_blob_size = LE_16(key_blob_size);
564 cache_flags = LE_16(cache_flags);
569 cache_flags = LE_16(cache_flags);
735 tmp[i].pub_data_size = LE_16(tmp[i].pub_data_size);
744 tmp[i].blob_size = LE_16(tmp[i].blob_size)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/ps/
tcsps.c 30 #define LE_16 htole16
34 #define LE_16(x) (x)
613 pub_key_size = LE_16(pub_key_size);
619 pub_key_size = LE_16(pub_key_size);
622 key_blob_size = LE_16(key_blob_size);
628 key_blob_size = LE_16(key_blob_size);
640 cache_flags = LE_16(cache_flags);
646 cache_flags = LE_16(cache_flags);
ps_utils.c 26 #define LE_16 htole16
30 #define LE_16(x) (x)
418 tmp->pub_data_size = LE_16(tmp->pub_data_size);
427 tmp->blob_size = LE_16(tmp->blob_size);
442 tmp->flags = LE_16(tmp->flags);
  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 120 # ifdef LE_16
121 # define conv16le(num) LE_16(num)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 38 #define le16toh(x) LE_16(x)
40 #define htole16(x) LE_16(x)

Completed in 22 milliseconds