Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c40 ctx->mac_inited = 0; in chacha_poly1305_tls_init()
66 ctx->mac_inited = 0; in chacha20_poly1305_initkey()
85 ctx->mac_inited = 0; in chacha20_poly1305_initiv()
279 if (!ctx->mac_inited) { in chacha20_poly1305_aead_cipher()
295 ctx->mac_inited = 1; in chacha20_poly1305_aead_cipher()
374 ctx->mac_inited = 0; in chacha20_poly1305_aead_cipher()
H A Dcipher_chacha20_poly1305.h27 unsigned int mac_inited : 1; member
/openssl/crypto/evp/
H A De_chacha20_poly1305.c159 int aad, mac_inited, tag_len, nonce_len; member
179 actx->mac_inited = 0; in chacha20_poly1305_init_key()
370 if (!actx->mac_inited) { in chacha20_poly1305_cipher()
382 actx->mac_inited = 1; in chacha20_poly1305_cipher()
468 actx->mac_inited = 0; in chacha20_poly1305_cipher()
513 actx->mac_inited = 0; in chacha20_poly1305_ctrl()
596 actx->mac_inited = 0; in chacha20_poly1305_ctrl()

Completed in 9 milliseconds