Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dcbc-mac.c33 static const struct crypto_mac_ops crypto_cbc_mac_ops; variable
37 assert(ctx && ctx->ops == &crypto_cbc_mac_ops); in to_cbc_mac_ctx()
180 static const struct crypto_mac_ops crypto_cbc_mac_ops = { variable
214 ctx->ctx.ops = &crypto_cbc_mac_ops; in crypto_cbc_mac_alloc_ctx()

Completed in 3 milliseconds