Lines Matching refs:novrfy
2169 if ((err == 0 && vec->novrfy) ||
2170 (err != vec->crypt_error && !(err == -EBADMSG && vec->novrfy))) {
2173 if (vec->novrfy &&
2177 else if (vec->novrfy)
2221 if (enc && vec->novrfy)
2363 vec->novrfy = 1;
2373 * test vectors (i.e. vectors with 'vec->novrfy=1') more often.
2424 vec->novrfy = 0;
2429 "\"random: alen=%u plen=%u authsize=%u klen=%u novrfy=%d\"",
2430 vec->alen, vec->plen, authsize, vec->klen, vec->novrfy);
2444 if (ctx->vec.novrfy)
2462 * test vectors other than inauthentic ones (vec.novrfy=1) here.
2469 if (ctx->vec.novrfy) {
2569 if (!ctx->vec.novrfy) {
2576 if (ctx->vec.crypt_error == 0 || ctx->vec.novrfy) {