Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Daes_ecb.c27 static const struct crypto_cipher_ops mbed_aes_ecb_ops; variable
31 assert(ctx && ctx->ops == &mbed_aes_ecb_ops); in to_aes_ecb_ctx()
106 static const struct crypto_cipher_ops mbed_aes_ecb_ops = { variable
122 c->ctx.ops = &mbed_aes_ecb_ops; in crypto_aes_ecb_alloc_ctx()

Completed in 2 milliseconds