Home
last modified time | relevance | path

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

/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c53 struct chacha_state chacha_state; in test_lib_chacha() local
69 chacha_init(&chacha_state, (u32 *)key, iv); in test_lib_chacha()
72 chacha_crypt_arch(&chacha_state, cipher, plain, data_size, 20); in test_lib_chacha()
84 chacha_init(&chacha_state, (u32 *)key, iv); in test_lib_chacha()
87 chacha_crypt_arch(&chacha_state, revert, cipher, data_size, 20); in test_lib_chacha()

Completed in 3 milliseconds