Lines Matching defs:sha1_block
101 # define sha1_block sha1_block_x86
103 void sha1_block(SHA_CTX *c, const u_int32_t *p, int num);
108 # define sha1_block sha1_block_x86
110 void sha1_block();
175 sha1_block(c,p,64);
207 * being that the sha1_block 'C' version changes the values
220 sha1_block(c,(u_int32_t *)data,sw);
259 sha1_block(c,p,64);
305 sha1_block(c,p,64);
311 sha1_block(SHA_CTX *c, const u_int32_t *W, int num)
452 sha1_block(c,p,64);
463 sha1_block(c,p,64);