Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c17 static const struct crypto_authenc_ops authenc_ops; variable
26 assert(ctx && ctx->ops == &authenc_ops); in to_authenc_ctx()
294 static const struct crypto_authenc_ops authenc_ops = { variable
326 authenc->authenc_ctx.ops = &authenc_ops; in drvcrypt_authenc_alloc_ctx()