Searched refs:authenc_ctx (Results 1 – 4 of 4) sorted by relevance
22 struct authenc_ctx *ae_ctx = msg; in sec_aead_bd_fill()62 struct authenc_ctx *ctx = msg; in sec_aead_bd_parse()78 struct authenc_ctx *ae_ctx = msg; in sec_aead_bd3_fill()117 struct authenc_ctx *ctx = msg; in sec_aead_bd3_parse()186 struct authenc_ctx *ae_drv_ctx = NULL; in sec_authenc_ctx_allocate()198 ae_drv_ctx = calloc(1, sizeof(struct authenc_ctx)); in sec_authenc_ctx_allocate()243 struct authenc_ctx *ae_drv_ctx = ctx; in sec_authenc_ctx_free()293 struct authenc_ctx *ae_drv_ctx = dinit->ctx; in is_hw_supported()341 struct authenc_ctx *ae_drv_ctx = dinit->ctx; in sec_aead_set_key()367 struct authenc_ctx *ae_drv_ctx = dinit->ctx; in sec_aead_set_iv()[all …]
43 struct authenc_ctx { struct
28 return container_of(ctx, struct crypto_authenc, authenc_ctx); in to_authenc_ctx()326 authenc->authenc_ctx.ops = &authenc_ops; in drvcrypt_authenc_alloc_ctx()327 *ctx = &authenc->authenc_ctx; in drvcrypt_authenc_alloc_ctx()
17 struct crypto_authenc_ctx authenc_ctx; /* Crypto authenc API context */ member