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

  /src/tests/dev/cgd/
t_cgd_adiantum.c 296 configure_cgd(int fd, const char *dkpath, const char *alg,
302 ci.ci_disk = dkpath;
331 static const char dkpath[] = "/dev/dk"; local in function:ATF_TC_BODY
341 RL(rump_pub_etfs_register_withsize(dkpath, imgpath, RUMP_ETFS_BLK, 0,
349 RL(configure_cgd(cgdfd, dkpath, "adiantum", "encblkno1",
376 RL(configure_cgd(cgdfd, dkpath, "adiantum", "encblkno1",
t_cgd_3des.c 731 configure_cgd(int fd, const char *dkpath, const char *alg,
737 ci.ci_disk = dkpath;
822 const char *dkpath = "/dev/dk"; local in function:ATF_TC_BODY
828 RL(dkfd = open_disk(dkpath, imgpath, dksize));
831 RL(configure_cgd(cgdfd, dkpath, "3des-cbc", "encblkno1",
840 RL(configure_cgd(cgdfd, dkpath, "3des-cbc", "encblkno1",
869 const char *dkpath = "/dev/dk"; local in function:ATF_TC_BODY
875 RL(dkfd = open_disk(dkpath, imgpath, dksize));
878 RL(configure_cgd(cgdfd, dkpath, "3des-cbc", "encblkno8",
887 RL(configure_cgd(cgdfd, dkpath, "3des-cbc", "encblkno8"
    [all...]
t_cgd_blowfish.c 1967 configure_cgd(int fd, const char *dkpath, const char *alg,
1973 ci.ci_disk = dkpath;
2058 const char *dkpath = "/dev/dk"; local in function:ATF_TC_BODY
2064 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2067 RL(configure_cgd(cgdfd, dkpath, "blowfish-cbc", "encblkno1",
2076 RL(configure_cgd(cgdfd, dkpath, "blowfish-cbc", "encblkno1",
2105 const char *dkpath = "/dev/dk"; local in function:ATF_TC_BODY
2111 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2114 RL(configure_cgd(cgdfd, dkpath, "blowfish-cbc", "encblkno8",
2123 RL(configure_cgd(cgdfd, dkpath, "blowfish-cbc", "encblkno8"
2152 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
2199 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
2246 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
2293 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
    [all...]
t_cgd_aes.c 3132 configure_cgd(int fd, const char *dkpath, const char *alg,
3138 ci.ci_disk = dkpath;
3229 const char *dkpath = "/dev/dk"; local in function:ATF_TC_BODY
3235 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3238 RL(configure_cgd(cgdfd, dkpath, "aes-cbc", "encblkno1",
3247 RL(configure_cgd(cgdfd, dkpath, "aes-cbc", "encblkno1",
3276 const char *dkpath = "/dev/dk"; local in function:ATF_TC_BODY
3282 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3285 RL(configure_cgd(cgdfd, dkpath, "aes-cbc", "encblkno8",
3294 RL(configure_cgd(cgdfd, dkpath, "aes-cbc", "encblkno8"
3323 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
3370 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
3417 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
3464 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
3510 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
3562 const char *dkpath = "\/dev\/dk"; local in function:ATF_TC_BODY
    [all...]

Completed in 39 milliseconds