Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_core.c303 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local
344 max_cipher_key_len, &max_cipher_key_len); in virtcrypto_probe()
379 vcrypto->max_cipher_key_len = max_cipher_key_len; in virtcrypto_probe()
394 vcrypto->max_cipher_key_len, in virtcrypto_probe()
Dvirtio_crypto_common.h73 u32 max_cipher_key_len; member
Dvirtio_crypto_algs.c288 if (keylen > vcrypto->max_cipher_key_len) { in virtio_crypto_alg_ablkcipher_init_sessions()
/Linux-v4.19/include/uapi/linux/
Dvirtio_crypto.h438 __u32 max_cipher_key_len; member