Lines Matching refs:isLUKS
159 static int isLUKS(const char *type) in isLUKS() function
1156 else if (isLUKS(type)) in crypt_format()
1189 if (requested_type && !isLUKS(requested_type)) in crypt_load()
1214 if ((requested_type && !isLUKS(requested_type)) || !backup_file) in crypt_header_backup()
1233 if (requested_type && !isLUKS(requested_type)) in crypt_header_restore()
1320 if (!isLUKS(cd->type)) { in crypt_resume_by_passphrase()
1369 if (!isLUKS(cd->type)) { in crypt_resume_by_keyfile()
1428 if (!isLUKS(cd->type)) { in crypt_keyslot_add_by_passphrase()
1506 if (!isLUKS(cd->type)) { in crypt_keyslot_add_by_keyfile()
1578 if (!isLUKS(cd->type)) { in crypt_keyslot_add_by_volume_key()
1623 if (!isLUKS(cd->type)) { in crypt_keyslot_destroy()
1717 if (!isLUKS(cd->type)) { in crypt_activate_by_keyfile()
1774 if (!isLUKS(cd->type)) { in crypt_activate_by_volume_key()
1871 if (isLUKS(cd->type)) { in crypt_volume_key_get()
1895 if (!isLUKS(cd->type)) { in crypt_volume_key_verify()
1978 if (!isLUKS(cd->type)) { //FIXME in crypt_dump()
2029 if (isLUKS(cd->type)) in crypt_get_cipher()
2040 if (isLUKS(cd->type)) in crypt_get_cipher_mode()
2048 if (isLUKS(cd->type)) in crypt_get_uuid()
2059 if (isLUKS(cd->type)) in crypt_get_volume_key_size()
2070 if (isLUKS(cd->type)) in crypt_get_data_offset()
2078 if (!isLUKS(cd->type)) { in crypt_keyslot_status()