Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dinternal.h132 union chacha20_poly1305_open_data { union
158 OPENSSL_STATIC_ASSERT(sizeof(union chacha20_poly1305_open_data) == 48,
177 union chacha20_poly1305_open_data *data);
197 union chacha20_poly1305_open_data *data) { in chacha20_poly1305_open()
De_chacha20poly1305.c249 union chacha20_poly1305_open_data data; in chacha20_poly1305_open_gather()
Daead_test.cc840 union chacha20_poly1305_open_data open_ctx = {}; in TEST()