Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_chacha20_poly1305.c157 int aad, mac_inited, tag_len, nonce_len; member
177 actx->mac_inited = 0; in chacha20_poly1305_init_key()
371 if (!actx->mac_inited) { in chacha20_poly1305_cipher()
383 actx->mac_inited = 1; in chacha20_poly1305_cipher()
472 actx->mac_inited = 0; in chacha20_poly1305_cipher()
517 actx->mac_inited = 0; in chacha20_poly1305_ctrl()
599 actx->mac_inited = 0; in chacha20_poly1305_ctrl()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
595 actx->mac_inited = 0; in chacha20_poly1305_ctrl()