Searched refs:sha_block (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libmd/ |
H A D | sha0c.c | 91 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 D | sha.h | 110 #ifndef sha_block 111 #define sha_block _libmd_sha_block macro
|