Searched refs:aead_state (Results 1 – 3 of 3) sorted by relevance
73 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()
352 void *aead_state; member
2317 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()