Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/luks/
H A Dkeyencryption.c90 static char *_error_hint(char *cipherName, char *cipherMode, size_t keyLength) in _error_hint() argument
142 asprintf(&dmCipherSpec,"%s-%s",hdr->cipherName, hdr->cipherMode) == -1) { in LUKS_endec_template()
156 _error_hint(hdr->cipherName, hdr->cipherMode, keyLength * 8)); in LUKS_endec_template()
H A Dluks.h48 char cipherName[LUKS_CIPHERNAME_L]; member
88 const char *cipherName,
H A Dkeymanage.c423 const char *cipherName, const char *cipherMode, const char *hashSpec, in LUKS_generate_phdr() argument
448 strncpy(header->cipherName,cipherName,LUKS_CIPHERNAME_L); in LUKS_generate_phdr()
457 header->version, header->hashSpec ,header->cipherName, header->cipherMode, in LUKS_generate_phdr()
/dflybsd-src/contrib/cryptsetup/lib/
H A Dsetup.c739 char cipherName[LUKS_CIPHERNAME_L]; in crypt_luksFormat() local
750 r = parse_into_name_and_mode(options->cipher, cipherName, cipherMode); in crypt_luksFormat()
774 r = crypt_format(cd, CRYPT_LUKS1, cipherName, cipherMode, in crypt_luksFormat()
1985 log_std(cd, "Cipher name: \t%s\n", cd->hdr.cipherName); in crypt_dump()
2030 return cd->hdr.cipherName; in crypt_get_cipher()