Lines Matching refs:algname
48 * @param algname The name of the algorithm, such as "sha256" or "xts(aes)"
56 void tst_alg_bind(int algfd, const char *algtype, const char *algname);
62 * @param algname The name of the algorithm, such as "sha256" or "xts(aes)"
66 int tst_try_alg(const char *algtype, const char *algname);
72 * @param algname The name of the algorithm, such as "sha256" or "xts(aes)"
78 bool tst_have_alg(const char *algtype, const char *algname);
84 * @param algname The name of the algorithm, such as "sha256" or "xts(aes)"
89 void tst_require_alg(const char *algtype, const char *algname);
123 * @param algname The name of the algorithm, such as "sha256" or "xts(aes)"
134 int tst_alg_setup(const char *algtype, const char *algname,
145 int tst_alg_setup_reqfd(const char *algtype, const char *algname,