Searched refs:LE_16 (Results 1 – 6 of 6) sorted by relevance
35 #define LE_16 htole16 macro39 #define LE_16(x) (x) macro542 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 …]
30 #define LE_16 htole16 macro34 #define LE_16(x) (x) macro613 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()
26 #define LE_16 htole16 macro30 #define LE_16(x) (x) macro418 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()
69 #define LE_16(x) BSWAP_16(x) macro74 #define LE_16(x) BMASK_16(x) macro
89 # ifdef LE_1690 # define conv16le(num) LE_16(num)
38 #define le16toh(x) LE_16(x)40 #define htole16(x) LE_16(x)