Searched refs:mbed_aes_ecb_ops (Results 1 – 1 of 1) sorted by relevance
27 static const struct crypto_cipher_ops mbed_aes_ecb_ops; variable31 assert(ctx && ctx->ops == &mbed_aes_ecb_ops); in to_aes_ecb_ctx()106 static const struct crypto_cipher_ops mbed_aes_ecb_ops = { variable122 c->ctx.ops = &mbed_aes_ecb_ops; in crypto_aes_ecb_alloc_ctx()
Completed in 2 milliseconds