Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_mgr.c294 uint32_t algo_mask = 0; in virtcrypto_algo_is_supported() local
308 algo_mask = vcrypto->cipher_algo_l; in virtcrypto_algo_is_supported()
310 algo_mask = vcrypto->cipher_algo_h; in virtcrypto_algo_is_supported()
314 algo_mask = vcrypto->hash_algo; in virtcrypto_algo_is_supported()
319 algo_mask = vcrypto->mac_algo_l; in virtcrypto_algo_is_supported()
321 algo_mask = vcrypto->mac_algo_h; in virtcrypto_algo_is_supported()
325 algo_mask = vcrypto->aead_algo; in virtcrypto_algo_is_supported()
329 if (!(algo_mask & (1u << algo))) in virtcrypto_algo_is_supported()