Searched refs:max_cipher_key_len (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_core.c | 344 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() 437 "max_queues: %u, max_cipher_key_len: %u, max_auth_key_len: %u, max_size 0x%llx\n", in virtcrypto_probe() 439 vcrypto->max_cipher_key_len, in virtcrypto_probe()
|
H A D | virtio_crypto_common.h | 65 u32 max_cipher_key_len; member
|
H A D | virtio_crypto_algs.c | 260 if (keylen > vcrypto->max_cipher_key_len) { in virtio_crypto_alg_skcipher_init_sessions()
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_core.c | 353 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local 395 max_cipher_key_len, &max_cipher_key_len); in virtcrypto_probe() 433 vcrypto->max_cipher_key_len = max_cipher_key_len; in virtcrypto_probe() 446 "max_queues: %u, max_cipher_key_len: %u, max_auth_key_len: %u, max_size 0x%llx\n", in virtcrypto_probe() 448 vcrypto->max_cipher_key_len, in virtcrypto_probe()
|
H A D | virtio_crypto_common.h | 68 u32 max_cipher_key_len; member
|
H A D | virtio_crypto_skcipher_algs.c | 257 if (keylen > vcrypto->max_cipher_key_len) { in virtio_crypto_alg_skcipher_init_sessions()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | virtio_crypto.h | 336 __u32 max_cipher_key_len; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_crypto.h | 285 __le32 max_cipher_key_len; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | virtio_crypto.h | 285 __le32 max_cipher_key_len; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_crypto.h | 518 __le32 max_cipher_key_len; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_crypto.h | 518 __le32 max_cipher_key_len; member
|
Completed in 9 milliseconds