Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dgcm.c24 static const struct crypto_authenc_ops aes_gcm_ops; variable
28 assert(aectx && aectx->ops == &aes_gcm_ops); in to_tee_gcm_state()
39 ctx->aectx.ops = &aes_gcm_ops; in crypto_aes_gcm_alloc_ctx()
211 static const struct crypto_authenc_ops aes_gcm_ops = { variable
/optee_os/core/crypto/
H A Daes-gcm.c424 static const struct crypto_authenc_ops aes_gcm_ops; variable
429 assert(aec->ops == &aes_gcm_ops); in to_aes_gcm_ctx()
440 ctx->aec.ops = &aes_gcm_ops; in crypto_aes_gcm_alloc_ctx()
506 static const struct crypto_authenc_ops aes_gcm_ops = { variable