Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dccm.c26 static const struct crypto_authenc_ops aes_ccm_ops; variable
34 ctx->aectx.ops = &aes_ccm_ops; in crypto_aes_ccm_alloc_ctx()
42 assert(aectx && aectx->ops == &aes_ccm_ops); in to_tee_ccm_state()
222 static const struct crypto_authenc_ops aes_ccm_ops = { variable