Searched refs:aes_ccm_ops (Results 1 – 1 of 1) sorted by relevance
26 static const struct crypto_authenc_ops aes_ccm_ops; variable34 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