Lines Matching defs:hdr

351     QCryptoBlockLUKSHeader hdr;  in test_luks_bad_header()  local
396 static const char *luks_bad_null_term_cipher_name(QCryptoBlockLUKSHeader *hdr) in luks_bad_null_term_cipher_name()
405 static const char *luks_bad_null_term_cipher_mode(QCryptoBlockLUKSHeader *hdr) in luks_bad_null_term_cipher_mode()
414 static const char *luks_bad_null_term_hash_spec(QCryptoBlockLUKSHeader *hdr) in luks_bad_null_term_hash_spec()
423 static const char *luks_bad_cipher_name_empty(QCryptoBlockLUKSHeader *hdr) in luks_bad_cipher_name_empty()
430 static const char *luks_bad_cipher_name_unknown(QCryptoBlockLUKSHeader *hdr) in luks_bad_cipher_name_unknown()
437 static const char *luks_bad_cipher_xts_size(QCryptoBlockLUKSHeader *hdr) in luks_bad_cipher_xts_size()
444 static const char *luks_bad_cipher_cbc_size(QCryptoBlockLUKSHeader *hdr) in luks_bad_cipher_cbc_size()
452 static const char *luks_bad_cipher_mode_empty(QCryptoBlockLUKSHeader *hdr) in luks_bad_cipher_mode_empty()
459 static const char *luks_bad_cipher_mode_unknown(QCryptoBlockLUKSHeader *hdr) in luks_bad_cipher_mode_unknown()
466 static const char *luks_bad_ivgen_separator(QCryptoBlockLUKSHeader *hdr) in luks_bad_ivgen_separator()
473 static const char *luks_bad_ivgen_name_empty(QCryptoBlockLUKSHeader *hdr) in luks_bad_ivgen_name_empty()
480 static const char *luks_bad_ivgen_name_unknown(QCryptoBlockLUKSHeader *hdr) in luks_bad_ivgen_name_unknown()
487 static const char *luks_bad_ivgen_hash_empty(QCryptoBlockLUKSHeader *hdr) in luks_bad_ivgen_hash_empty()
494 static const char *luks_bad_ivgen_hash_unknown(QCryptoBlockLUKSHeader *hdr) in luks_bad_ivgen_hash_unknown()
501 static const char *luks_bad_hash_spec_empty(QCryptoBlockLUKSHeader *hdr) in luks_bad_hash_spec_empty()
508 static const char *luks_bad_hash_spec_unknown(QCryptoBlockLUKSHeader *hdr) in luks_bad_hash_spec_unknown()
515 static const char *luks_bad_stripes(QCryptoBlockLUKSHeader *hdr) in luks_bad_stripes()
522 static const char *luks_bad_key_overlap_header(QCryptoBlockLUKSHeader *hdr) in luks_bad_key_overlap_header()
529 static const char *luks_bad_key_overlap_key(QCryptoBlockLUKSHeader *hdr) in luks_bad_key_overlap_key()
536 static const char *luks_bad_key_overlap_payload(QCryptoBlockLUKSHeader *hdr) in luks_bad_key_overlap_payload()
543 static const char *luks_bad_payload_overlap_header(QCryptoBlockLUKSHeader *hdr) in luks_bad_payload_overlap_header()
550 static const char *luks_bad_key_iterations(QCryptoBlockLUKSHeader *hdr) in luks_bad_key_iterations()
557 static const char *luks_bad_iterations(QCryptoBlockLUKSHeader *hdr) in luks_bad_iterations()