Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libmd/
H A Dsha0c.c92 void sha_block(SHA_CTX *c, const u_int32_t *p, int num);
94 void sha_block();
148 sha_block(c,p,64); in SHA_Update()
193 sha_block(c,(u_int32_t *)data,sw); in SHA_Update()
232 sha_block(c,p,64); in SHA_Update()
278 sha_block(c,p,64); in SHA_Transform()
281 void sha_block(SHA_CTX *c, const u_int32_t *W, int num) in sha_block() function
421 sha_block(c,p,64); in SHA_Final()
428 sha_block(c,p,64); in SHA_Final()
H A Dsha.h117 #ifndef sha_block
118 #define sha_block _libmd_sha_block macro
H A Dsha1c.c491 #undef sha_block
492 __weak_reference(_libmd_sha_block, sha_block);