Home
last modified time | relevance | path

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

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c348 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local
390 max_cipher_key_len, &max_cipher_key_len); in virtcrypto_probe()
428 vcrypto->max_cipher_key_len = max_cipher_key_len; in virtcrypto_probe()
443 vcrypto->max_cipher_key_len, in virtcrypto_probe()
H A Dvirtio_crypto_skcipher_algs.c255 if (keylen > vcrypto->max_cipher_key_len) { in virtio_crypto_alg_skcipher_init_sessions()