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

/freebsd-11-stable/lib/libmd/
H A Dsha.h119 #ifndef sha_block
120 #define sha_block _libmd_sha_block macro
H A Dsha0c.c94 void sha_block(SHA_CTX *c, const u_int32_t *p, int num);
96 void sha_block();
154 sha_block(c,p,64);
186 * being that the sha_block 'C' version changes the values
199 sha_block(c,(u_int32_t *)data,sw);
238 sha_block(c,p,64);
286 sha_block(c,p,64);
289 void sha_block(c, W, num) function
434 sha_block(c,p,64);
441 sha_block(
[all...]
H A Dsha1c.c506 #undef sha_block macro
507 __weak_reference(_libmd_sha_block, sha_block);

Completed in 96 milliseconds