Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dgcm.c23 static const struct crypto_authenc_ops aes_gcm_ops; variable
27 assert(aectx && aectx->ops == &aes_gcm_ops); in to_tee_gcm_state()
38 ctx->aectx.ops = &aes_gcm_ops; in crypto_aes_gcm_alloc_ctx()
210 static const struct crypto_authenc_ops aes_gcm_ops = { variable
/optee_os-3.20.0/core/crypto/
A Daes-gcm.c426 static const struct crypto_authenc_ops aes_gcm_ops; variable
431 assert(aec->ops == &aes_gcm_ops); in to_aes_gcm_ctx()
442 ctx->aec.ops = &aes_gcm_ops; in crypto_aes_gcm_alloc_ctx()
508 static const struct crypto_authenc_ops aes_gcm_ops = { variable

Completed in 4 milliseconds