Home
last modified time | relevance | path

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

/freebsd/lib/libmd/
H A Dsha0c.c91 void sha_block(SHA_CTX *c, const u_int32_t *p, int num);
93 void sha_block();
147 sha_block(c,p,64); in SHA_Update()
192 sha_block(c,(u_int32_t *)data,sw); in SHA_Update()
231 sha_block(c,p,64); in SHA_Update()
277 sha_block(c,p,64); in SHA_Transform()
280 void sha_block(SHA_CTX *c, const u_int32_t *W, int num) in sha_block() function
420 sha_block(c,p,64); in SHA_Final()
427 sha_block(c,p,64); in SHA_Final()
H A Dsha.h110 #ifndef sha_block
111 #define sha_block _libmd_sha_block macro