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

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c351 u32 max_data_queues = 0, max_cipher_key_len = 0; local
393 max_cipher_key_len, &max_cipher_key_len);
431 vcrypto->max_cipher_key_len = max_cipher_key_len;
444 "max_queues: %u, max_cipher_key_len: %u, max_auth_key_len: %u, max_size 0x%llx\n",
446 vcrypto->max_cipher_key_len,
H A Dvirtio_crypto_common.h68 u32 max_cipher_key_len; member in struct:virtio_crypto
H A Dvirtio_crypto_skcipher_algs.c257 if (keylen > vcrypto->max_cipher_key_len) {
/linux-master/include/uapi/linux/
H A Dvirtio_crypto.h518 __le32 max_cipher_key_len; member in struct:virtio_crypto_config

Completed in 277 milliseconds