Home
last modified time | relevance | path

Searched refs:rhash_u64_swap_copy (Results 1 – 3 of 3) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dgost.h60 void rhash_u64_swap_copy(void* to, int index, const void* from, size_t length);
72 #define le64_copy(to, index, from, length) rhash_u64_swap_copy((to), (index), (from), (length))
81 #define be64_copy(to, index, from, length) rhash_u64_swap_copy((to), (index), (from), (length))
/dports/security/p5-Digest-GOST/Digest-GOST-0.06/src/
H A Dbyte_order.h92 void rhash_u64_swap_copy(void* to, int index, const void* from, size_t length);
146 # define le64_copy(to, index, from, length) rhash_u64_swap_copy((to), (index), (from), (length))
155 # define be64_copy(to, index, from, length) rhash_u64_swap_copy((to), (index), (from), (length))
H A Dbyte_order.c98 void rhash_u64_swap_copy(void* to, int index, const void* from, size_t length) in rhash_u64_swap_copy() function