Home
last modified time | relevance | path

Searched defs:poly1305 (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/evp/
H A De_chacha20poly1305.c86 poly1305_update_with_length(poly1305_state *poly1305, in poly1305_update_with_length()
104 poly1305_pad16(poly1305_state *poly1305, size_t data_len) in poly1305_pad16()
117 poly1305_update_with_pad16(poly1305_state *poly1305, in poly1305_update_with_pad16()
132 poly1305_state poly1305; in aead_chacha20_poly1305_seal() local
184 poly1305_state poly1305; in aead_chacha20_poly1305_open() local
240 poly1305_state poly1305; in aead_xchacha20_poly1305_seal() local
289 poly1305_state poly1305; in aead_xchacha20_poly1305_open() local
372 poly1305_state poly1305; member