Lines Matching refs:novrfy
2066 if ((err == 0 && vec->novrfy) ||
2067 (err != vec->crypt_error && !(err == -EBADMSG && vec->novrfy))) {
2070 if (vec->novrfy &&
2074 else if (vec->novrfy)
2118 if (enc && vec->novrfy)
2253 vec->novrfy = 1;
2263 * test vectors (i.e. vectors with 'vec->novrfy=1') more often.
2313 vec->novrfy = 0;
2318 "\"random: alen=%u plen=%u authsize=%u klen=%u novrfy=%d\"",
2319 vec->alen, vec->plen, authsize, vec->klen, vec->novrfy);
2333 if (ctx->vec.novrfy)
2351 * test vectors other than inauthentic ones (vec.novrfy=1) here.
2358 if (ctx->vec.novrfy) {
2456 if (!ctx->vec.novrfy) {
2463 if (ctx->vec.crypt_error == 0 || ctx->vec.novrfy) {