Searched refs:endian_convert_if_le (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | umac.c | 571 #define endian_convert_if_le(x,y,z) endian_convert((x),(y),(z)) macro 573 #define endian_convert_if_le(x,y,z) do{}while(0) /* Do nothing */ macro 602 endian_convert_if_le(hc->nh_key, 4, sizeof(hc->nh_key)); in nh_init() 973 endian_convert_if_le(ahc->poly_key_8+i, 8, 8); in uhash_init() 984 endian_convert_if_le(ahc->ip_keys, sizeof(UINT64), in uhash_init() 992 endian_convert_if_le(ahc->ip_trans, sizeof(UINT32), in uhash_init()
|