Lines Matching refs:s512c
296 SHA512_CTX *s512c;
314 if (h->s512c != NULL) {
315 SHA512_t_Update(h->s512c, h->base + offset, size);
719 hdata.s512c = (SHA512_CTX *)malloc(sizeof (SHA512_CTX));
720 if (hdata.s512c == NULL) {
724 SHA512_t_Init(256, hdata.s512c);
784 SHA512_t_Final(&rawhash[0], hdata.s512c);
796 SHA512_t_Init(256, hdata.s512c);
829 SHA512_t_Final(&rawhash[0], hdata.s512c);
851 if (hdata.s512c)
852 free(hdata.s512c);