Home
last modified time | relevance | path

Searched refs:xchacha20poly1305_dec_vectors (Results 1 – 1 of 1) sorted by relevance

/linux/lib/crypto/
H A Dchacha20poly1305-selftest.c8819 xchacha20poly1305_dec_vectors[] __initconst = { variable
9006 for (i = 0; i < ARRAY_SIZE(xchacha20poly1305_dec_vectors); ++i) { in chacha20poly1305_selftest()
9009 xchacha20poly1305_dec_vectors[i].input, in chacha20poly1305_selftest()
9010 xchacha20poly1305_dec_vectors[i].ilen, in chacha20poly1305_selftest()
9011 xchacha20poly1305_dec_vectors[i].assoc, in chacha20poly1305_selftest()
9012 xchacha20poly1305_dec_vectors[i].alen, in chacha20poly1305_selftest()
9013 xchacha20poly1305_dec_vectors[i].nonce, in chacha20poly1305_selftest()
9014 xchacha20poly1305_dec_vectors[i].key); in chacha20poly1305_selftest()
9016 xchacha20poly1305_dec_vectors[i].failure, in chacha20poly1305_selftest()
9018 xchacha20poly1305_dec_vectors[i].output, in chacha20poly1305_selftest()
[all …]