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 D | gost.h | 60 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 D | byte_order.h | 92 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 D | byte_order.c | 98 void rhash_u64_swap_copy(void* to, int index, const void* from, size_t length) in rhash_u64_swap_copy() function
|