Home
last modified time | relevance | path

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

/freebsd/lib/libmd/
H A Dsha1c.c101 # define sha1_block sha1_block_x86 macro
103 void sha1_block(SHA_CTX *c, const u_int32_t *p, int num);
108 # define sha1_block sha1_block_x86 macro
110 void sha1_block();
175 sha1_block(c,p,64); in SHA1_Update()
220 sha1_block(c,(u_int32_t *)data,sw); in SHA1_Update()
259 sha1_block(c,p,64); in SHA1_Update()
305 sha1_block(c,p,64); in SHA1_Transform()
311 sha1_block(SHA_CTX *c, const u_int32_t *W, int num) in sha1_block() function
452 sha1_block(c,p,64); in SHA1_Final()
[all …]
H A Dsha.h145 #ifndef sha1_block
146 #define sha1_block _libmd_sha1_block macro