Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A De_chacha20poly1305.c73 ctx->aead_state = c20_ctx; in aead_chacha20_poly1305_init()
81 struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_chacha20_poly1305_cleanup()
131 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_chacha20_poly1305_seal()
181 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_chacha20_poly1305_open()
238 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_xchacha20_poly1305_seal()
286 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state; in aead_xchacha20_poly1305_open()
H A Devp_local.h352 void *aead_state; member
H A De_aes.c2317 ctx->aead_state = gcm_ctx; in aead_aes_gcm_init()
2325 struct aead_aes_gcm_ctx *gcm_ctx = ctx->aead_state; in aead_aes_gcm_cleanup()
2336 const struct aead_aes_gcm_ctx *gcm_ctx = ctx->aead_state; in aead_aes_gcm_seal()
2378 const struct aead_aes_gcm_ctx *gcm_ctx = ctx->aead_state; in aead_aes_gcm_open()