Home | History | Annotate | Download | only in racoon

Lines Matching refs:SHA512_CTX

2113 	SHA512_CTX *c = racoon_malloc(sizeof(*c));
2125 SHA512_Update((SHA512_CTX *)c, (unsigned char *) data->v, data->l);
2139 SHA512_Final((unsigned char *) res->v, (SHA512_CTX *)c);