Searched refs:BLAKE2_IMPL_NAME (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2b-ref.c148 #define blake2b_init BLAKE2_IMPL_NAME(blake2b_init)
149 #define blake2b_init_param BLAKE2_IMPL_NAME(blake2b_init_param)
150 #define blake2b_init_key BLAKE2_IMPL_NAME(blake2b_init_key)
151 #define blake2b_update BLAKE2_IMPL_NAME(blake2b_update)
152 #define blake2b_final BLAKE2_IMPL_NAME(blake2b_final)
153 #define blake2b BLAKE2_IMPL_NAME(blake2b)
H A Dblake2b.c192 #define blake2b_init BLAKE2_IMPL_NAME(blake2b_init)
193 #define blake2b_init_param BLAKE2_IMPL_NAME(blake2b_init_param)
194 #define blake2b_init_key BLAKE2_IMPL_NAME(blake2b_init_key)
195 #define blake2b_update BLAKE2_IMPL_NAME(blake2b_update)
196 #define blake2b_final BLAKE2_IMPL_NAME(blake2b_final)
197 #define blake2b BLAKE2_IMPL_NAME(blake2b)
H A Dblake2s-ref.c141 #define blake2s_init BLAKE2_IMPL_NAME(blake2s_init)
142 #define blake2s_init_param BLAKE2_IMPL_NAME(blake2s_init_param)
143 #define blake2s_init_key BLAKE2_IMPL_NAME(blake2s_init_key)
144 #define blake2s_update BLAKE2_IMPL_NAME(blake2s_update)
145 #define blake2s_final BLAKE2_IMPL_NAME(blake2s_final)
146 #define blake2s BLAKE2_IMPL_NAME(blake2s)
H A Dblake2s.c178 #define blake2s_init BLAKE2_IMPL_NAME(blake2s_init)
179 #define blake2s_init_param BLAKE2_IMPL_NAME(blake2s_init_param)
180 #define blake2s_init_key BLAKE2_IMPL_NAME(blake2s_init_key)
181 #define blake2s_update BLAKE2_IMPL_NAME(blake2s_update)
182 #define blake2s_final BLAKE2_IMPL_NAME(blake2s_final)
183 #define blake2s BLAKE2_IMPL_NAME(blake2s)
H A Dblake2-impl.h24 #define BLAKE2_IMPL_NAME(fun) BLAKE2_IMPL_EVAL(fun, SUFFIX) macro

Completed in 56 milliseconds