Home
last modified time | relevance | path

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

/dports/security/ncrypt/ncrypt-0.8.1/
H A Dwipe_file.c56 extend_mat((char *)raw_wipe[pass_type],&wipe_material[0],256); in wipe_pass()
66 extend_mat((char *)raw_wipe[pass_type],&wipe_material[0],extra); in wipe_pass()
142 extend_mat((char *)raw_wipe[k],(unsigned char *)&buf[0],statbuf.st_blksize); in wipe_slack()
203 extend_mat((char *)raw_char[i],(unsigned char *)&buf[0],statbuf.st_blksize); in wipe_slack()
379 extend_mat((char *)raw_wipe[k],&wipeMaterial[0],256); in wipe_file()
392 else extend_mat((char *)raw_wipe[i],&wipeMaterial[0],extra); in wipe_file()
456 extend_mat((char *)raw_char[i],&wipeMaterial[0],256); in wipe_file()
H A Drand_gen.h14 void extend_mat (char *orig, unsigned char *material, int len);
H A Drand_gen.c89 void extend_mat(char *orig, unsigned char *material, int len) in extend_mat() function
H A Dncrypt.c75 extend_mat(hash_string_with_sha1(pass), &keyMaterial[0], len); in initialize_crypto()