Searched refs:key_mac_size (Results 1 – 2 of 2) sorted by relevance
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;
208 unsigned int key_mac_size; /* MAC key size for authenc(...) */ member1136 return crypt_integrity_aead(cc) && cc->key_mac_size; in crypt_integrity_hmac()2417 if (subkey_size < cc->key_mac_size) in crypt_setkey()2421 subkey_size - cc->key_mac_size, in crypt_setkey()2422 cc->key_mac_size); in crypt_setkey()2873 cc->key_mac_size = crypto_ahash_digestsize(mac); in crypt_ctr_auth_cipher()3567 DMEMIT(",key_mac_size=%u", cc->key_mac_size); in crypt_status()