Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
A Ddes_ecb.c22 static const struct crypto_cipher_ops mbed_des_ecb_ops; variable
26 assert(ctx && ctx->ops == &mbed_des_ecb_ops); in to_des_ecb_ctx()
97 static const struct crypto_cipher_ops mbed_des_ecb_ops = { variable
113 c->ctx.ops = &mbed_des_ecb_ops; in crypto_des_ecb_alloc_ctx()

Completed in 3 milliseconds