Searched refs:novrfy (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dtestmgr.c2165 if ((err == 0 && vec->novrfy) ||
2166 (err != vec->crypt_error && !(err == -EBADMSG && vec->novrfy))) {
2169 if (vec->novrfy &&
2173 else if (vec->novrfy)
2217 if (enc && vec->novrfy)
2359 vec->novrfy = 1;
2369 * test vectors (i.e. vectors with 'vec->novrfy=1') more often.
2420 vec->novrfy = 0;
2425 "\"random: alen=%u plen=%u authsize=%u klen=%u novrfy=%d\"",
2426 vec->alen, vec->plen, authsize, vec->klen, vec->novrfy);
[all...]
H A Dtestmgr.h90 * @novrfy: If set, this is an inauthentic input test: only decryption is
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
104 * @novrfy=1, an optional alternate error code that is acceptable
113 unsigned char novrfy; member in struct:aead_testvec
21815 .novrfy = 1,
22122 .novrfy = 1,
22157 .novrfy = 1,
22244 .novrfy = 1,
22279 .novrfy = 1,
[all...]

Completed in 159 milliseconds