Home | History | Annotate | Download | only in racoon

Lines Matching full:enc

1220 evp_crypt(vchar_t *data, vchar_t *key, vchar_t *iv, const EVP_CIPHER *e, int enc)
1249 if (!EVP_CipherInit(&ctx, e, NULL, NULL, enc))
1268 (u_char *) iv->v, enc))
1277 (u_char *) iv->v, enc)) {