Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/
H A Dchacha20poly1305_setiv.c19 unsigned char polykey[32]; in chacha20poly1305_setiv() local
48 if ((err = chacha_keystream(&tmp_st, polykey, 32)) != CRYPT_OK) return err; in chacha20poly1305_setiv()
50 if ((err = poly1305_init(&st->poly, polykey, 32)) != CRYPT_OK) return err; in chacha20poly1305_setiv()