Searched refs:blake2s_set_lastnode (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c45 static void blake2s_set_lastnode( blake2s_state *S ) function
58 if( S->last_node ) blake2s_set_lastnode( S );
/freebsd-current/sys/contrib/libb2/
H A Dblake2s-ref.c41 static inline int blake2s_set_lastnode( blake2s_state *S ) function
56 if( S->last_node ) blake2s_set_lastnode( S );
H A Dblake2s.c76 static inline int blake2s_set_lastnode( blake2s_state *S ) function
90 if( S->last_node ) blake2s_set_lastnode( S );

Completed in 80 milliseconds