Searched refs:aes_gcm_ops (Results 1 – 2 of 2) sorted by relevance
23 static const struct crypto_authenc_ops aes_gcm_ops; variable27 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
426 static const struct crypto_authenc_ops aes_gcm_ops; variable431 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