Searched refs:sha1_block (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libmd/
H A Dsha.h157 #ifndef sha1_block
158 #define sha1_block _libmd_sha1_block macro
H A Dsha1c.c104 # define sha1_block sha1_block_x86 macro
106 void sha1_block(SHA_CTX *c, const u_int32_t *p, int num);
111 # define sha1_block sha1_block_x86 macro
113 void sha1_block();
182 sha1_block(c,p,64);
214 * being that the sha1_block 'C' version changes the values
227 sha1_block(c,(u_int32_t *)data,sw);
266 sha1_block(c,p,64);
314 sha1_block(c,p,64);
320 sha1_block( function
516 #undef sha1_block macro
[all...]

Completed in 52 milliseconds