Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c35 #define LE_16 htole16 macro
39 #define LE_16(x) (x) macro
542 pub_key_size = LE_16(pub_key_size); in psfile_write_key()
547 pub_key_size = LE_16(pub_key_size); in psfile_write_key()
550 key_blob_size = LE_16(key_blob_size); in psfile_write_key()
555 key_blob_size = LE_16(key_blob_size); in psfile_write_key()
564 cache_flags = LE_16(cache_flags); in psfile_write_key()
569 cache_flags = LE_16(cache_flags); in psfile_write_key()
735 tmp[i].pub_data_size = LE_16(tmp[i].pub_data_size); in psfile_get_all_cache_entries()
744 tmp[i].blob_size = LE_16(tmp[i].blob_size); in psfile_get_all_cache_entries()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dtcsps.c30 #define LE_16 htole16 macro
34 #define LE_16(x) (x) macro
613 pub_key_size = LE_16(pub_key_size); in psfile_write_key()
619 pub_key_size = LE_16(pub_key_size); in psfile_write_key()
622 key_blob_size = LE_16(key_blob_size); in psfile_write_key()
628 key_blob_size = LE_16(key_blob_size); in psfile_write_key()
640 cache_flags = LE_16(cache_flags); in psfile_write_key()
646 cache_flags = LE_16(cache_flags); in psfile_write_key()
H A Dps_utils.c26 #define LE_16 htole16 macro
30 #define LE_16(x) (x) macro
418 tmp->pub_data_size = LE_16(tmp->pub_data_size); in init_disk_cache()
427 tmp->blob_size = LE_16(tmp->blob_size); in init_disk_cache()
442 tmp->flags = LE_16(tmp->flags); in init_disk_cache()
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dbyteorder.h69 #define LE_16(x) BSWAP_16(x) macro
74 #define LE_16(x) BMASK_16(x) macro
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h89 # ifdef LE_16
90 # define conv16le(num) LE_16(num)
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c38 #define le16toh(x) LE_16(x)
40 #define htole16(x) LE_16(x)