Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A De_chacha20_poly1305.c165 # define POLY1305_ctx(actx) ((POLY1305 *)(actx + 1)) macro
234 Poly1305_Init(POLY1305_ctx(actx), buf); in chacha20_poly1305_tls_cipher()
259 Poly1305_Init(POLY1305_ctx(actx), buf); in chacha20_poly1305_tls_cipher()
291 Poly1305_Init(POLY1305_ctx(actx), buf); in chacha20_poly1305_tls_cipher()
311 Poly1305_Update(POLY1305_ctx(actx), zero, tail); in chacha20_poly1305_tls_cipher()
343 Poly1305_Final(POLY1305_ctx(actx), in chacha20_poly1305_tls_cipher()
378 Poly1305_Init(POLY1305_ctx(actx), actx->key.buf); in chacha20_poly1305_cipher()
393 Poly1305_Update(POLY1305_ctx(actx), in, len); in chacha20_poly1305_cipher()
439 Poly1305_Update(POLY1305_ctx(actx), zero, in chacha20_poly1305_cipher()
443 Poly1305_Update(POLY1305_ctx(actx), in chacha20_poly1305_cipher()
[all …]

Completed in 8 milliseconds