HomeSort by: relevance | last modified time | path
    Searched defs:imgpath (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/dev/cgd/
t_cgd_adiantum.c 330 static const char imgpath[] = "adiantum.img"; local in function:ATF_TC_BODY
339 RL(dkfd = open(imgpath, O_CREAT|O_RDWR|O_TRUNC, 0600));
341 RL(rump_pub_etfs_register_withsize(dkpath, imgpath, RUMP_ETFS_BLK, 0,
t_cgd_3des.c 696 open_disk(const char *devpath, const char *imgpath, size_t size)
700 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600);
708 imgpath, RUMP_ETFS_BLK, 0, size) < 0) {
712 unlink(imgpath);
716 unlink(imgpath);
821 const char imgpath[] = "3des-cbc-192-encblkno1.img"; local in function:ATF_TC_BODY
828 RL(dkfd = open_disk(dkpath, imgpath, dksize));
868 const char imgpath[] = "3des-cbc-192-encblkno8.img"; local in function:ATF_TC_BODY
875 RL(dkfd = open_disk(dkpath, imgpath, dksize));
t_cgd_blowfish.c 1932 open_disk(const char *devpath, const char *imgpath, size_t size)
1936 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600);
1944 imgpath, RUMP_ETFS_BLK, 0, size) < 0) {
1948 unlink(imgpath);
1952 unlink(imgpath);
2057 const char imgpath[] = "blowfish-cbc-128-encblkno1.img"; local in function:ATF_TC_BODY
2064 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2104 const char imgpath[] = "blowfish-cbc-128-encblkno8.img"; local in function:ATF_TC_BODY
2111 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2151 const char imgpath[] = "blowfish-cbc-256-encblkno1.img" local in function:ATF_TC_BODY
2198 const char imgpath[] = "blowfish-cbc-256-encblkno8.img"; local in function:ATF_TC_BODY
2245 const char imgpath[] = "blowfish-cbc-448-encblkno1.img"; local in function:ATF_TC_BODY
2292 const char imgpath[] = "blowfish-cbc-448-encblkno8.img"; local in function:ATF_TC_BODY
    [all...]
t_cgd_aes.c 3097 open_disk(const char *devpath, const char *imgpath, size_t size)
3101 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600);
3109 imgpath, RUMP_ETFS_BLK, 0, size) < 0) {
3113 unlink(imgpath);
3117 unlink(imgpath);
3228 const char imgpath[] = "aes-cbc-128-encblkno1.img"; local in function:ATF_TC_BODY
3235 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3275 const char imgpath[] = "aes-cbc-128-encblkno8.img"; local in function:ATF_TC_BODY
3282 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3322 const char imgpath[] = "aes-cbc-192-encblkno1.img" local in function:ATF_TC_BODY
3369 const char imgpath[] = "aes-cbc-192-encblkno8.img"; local in function:ATF_TC_BODY
3416 const char imgpath[] = "aes-cbc-256-encblkno1.img"; local in function:ATF_TC_BODY
3463 const char imgpath[] = "aes-cbc-256-encblkno8.img"; local in function:ATF_TC_BODY
3509 const char imgpath[] = "aes-xts-256.img"; local in function:ATF_TC_BODY
3561 const char imgpath[] = "aes-xts-512.img"; local in function:ATF_TC_BODY
    [all...]

Completed in 19 milliseconds