Home
last modified time | relevance | path

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

/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c32 struct virtio_crypto_rsa_ctx rsa_ctx; member
345 struct virtio_crypto_rsa_ctx *rsa_ctx = &ctx->rsa_ctx; in virtio_crypto_rsa_set_key() local
370 rsa_ctx->key_size = mpi_get_size(n); in virtio_crypto_rsa_set_key()
441 struct virtio_crypto_rsa_ctx *rsa_ctx = &ctx->rsa_ctx; in virtio_crypto_rsa_max_size() local
443 return rsa_ctx->key_size; in virtio_crypto_rsa_max_size()

Completed in 5 milliseconds