Home
last modified time | relevance | path

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

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c345 u32 max_auth_key_len = 0; in virtcrypto_probe() local
388 max_auth_key_len, &max_auth_key_len); in virtcrypto_probe()
425 vcrypto->max_auth_key_len = max_auth_key_len; in virtcrypto_probe()
440 vcrypto->max_auth_key_len, in virtcrypto_probe()
H A Dvirtio_crypto_common.h70 u32 max_auth_key_len; member