Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/virtio/
Dvirtio_crypto_core.c344 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local
386 max_cipher_key_len, &max_cipher_key_len); in virtcrypto_probe()
424 vcrypto->max_cipher_key_len = max_cipher_key_len; in virtcrypto_probe()
439 vcrypto->max_cipher_key_len, in virtcrypto_probe()
Dvirtio_crypto_common.h68 u32 max_cipher_key_len; member
Dvirtio_crypto_skcipher_algs.c257 if (keylen > vcrypto->max_cipher_key_len) { in virtio_crypto_alg_skcipher_init_sessions()
/linux-6.12.1/include/uapi/linux/
Dvirtio_crypto.h518 __le32 max_cipher_key_len; member