Home
last modified time | relevance | path

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

/Linux-v6.1/lib/crypto/
Dchacha20poly1305-selftest.c5932 chacha20poly1305_enc_vectors[] __initconst = { variable
8901 for (i = 0; i < ARRAY_SIZE(chacha20poly1305_enc_vectors); ++i) { in chacha20poly1305_selftest()
8904 chacha20poly1305_enc_vectors[i].input, in chacha20poly1305_selftest()
8905 chacha20poly1305_enc_vectors[i].ilen, in chacha20poly1305_selftest()
8906 chacha20poly1305_enc_vectors[i].assoc, in chacha20poly1305_selftest()
8907 chacha20poly1305_enc_vectors[i].alen, in chacha20poly1305_selftest()
8908 chacha20poly1305_enc_vectors[i].nonce, in chacha20poly1305_selftest()
8909 chacha20poly1305_enc_vectors[i].nlen, in chacha20poly1305_selftest()
8910 chacha20poly1305_enc_vectors[i].key); in chacha20poly1305_selftest()
8912 chacha20poly1305_enc_vectors[i].output, in chacha20poly1305_selftest()
[all …]