Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c22 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 …]
H A Dsec_authenc.h43 struct authenc_ctx { struct
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c28 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()
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h17 struct crypto_authenc_ctx authenc_ctx; /* Crypto authenc API context */ member