Home | History | Annotate | Download | only in racoon

Lines Matching refs:SHA256_CTX

2233 	SHA256_CTX *c = racoon_malloc(sizeof(*c));
2245 SHA256_Update((SHA256_CTX *)c, (unsigned char *) data->v, data->l);
2259 SHA256_Final((unsigned char *) res->v, (SHA256_CTX *)c);