Searched refs:rsa_ctx (Results 1 – 1 of 1) sorted by relevance
32 struct virtio_crypto_rsa_ctx rsa_ctx; member345 struct virtio_crypto_rsa_ctx *rsa_ctx = &ctx->rsa_ctx; in virtio_crypto_rsa_set_key() local370 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() local443 return rsa_ctx->key_size; in virtio_crypto_rsa_max_size()
Completed in 5 milliseconds