Home
last modified time | relevance | path

Searched refs:AF_split (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/cryptsetup/luks/
H A Daf.h22 int AF_split(char *src, char *dst, size_t blocksize, unsigned int blocknumbers, const char *hash);
H A Daf.c91 int AF_split(char *src, char *dst, size_t blocksize, unsigned int blocknumbers, const char *hash) in AF_split() function
H A Dkeymanage.c579 r = AF_split(mk->key,AfKey,mk->keyLength,hdr->keyblock[keyIndex].stripes,hdr->hashSpec); in LUKS_set_key()