Searched refs:key_mac_size (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 215 unsigned int key_mac_size; /* MAC key size for authenc(...) */ member 1122 return crypt_integrity_aead(cc) && cc->key_mac_size; in crypt_integrity_hmac() 2432 if (subkey_size < cc->key_mac_size) in crypt_setkey() 2436 subkey_size - cc->key_mac_size, in crypt_setkey() 2437 cc->key_mac_size); in crypt_setkey() 2887 cc->key_mac_size = crypto_ahash_digestsize(mac); in crypt_ctr_auth_cipher() 3174 cc->key_mac_size = val; in crypt_ctr_optional() 3600 DMEMIT(" integrity_key_size:%u", cc->key_mac_size); in crypt_status() 3629 DMEMIT(",key_mac_size=%u", cc->key_mac_size); in crypt_status()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ima.rst | 386 <key_extra_size> "," <key_mac_size> ";" 403 key_mac_size := "key_mac_size=" <N> 416 …ge_sectors=n,cipher_string=aes-xts-plain64,key_size=32,key_parts=1,key_extra_size=0,key_mac_size=0;
|