Lines Matching defs:sha_block
91 void sha_block(SHA_CTX *c, const u_int32_t *p, int num);
93 void sha_block();
147 sha_block(c,p,64);
179 * being that the sha_block 'C' version changes the values
192 sha_block(c,(u_int32_t *)data,sw);
231 sha_block(c,p,64);
277 sha_block(c,p,64);
280 void sha_block(SHA_CTX *c, const u_int32_t *W, int num)
420 sha_block(c,p,64);
427 sha_block(c,p,64);