Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Daes_ctr.c29 static const struct crypto_cipher_ops mbed_aes_ctr_ops; variable
33 assert(ctx && ctx->ops == &mbed_aes_ctr_ops); in to_aes_ctr_ctx()
99 static const struct crypto_cipher_ops mbed_aes_ctr_ops = { variable
115 c->ctx.ops = &mbed_aes_ctr_ops; in crypto_aes_ctr_alloc_ctx()