Lines Matching full:algorithm
12 * the NETLINK_CRYPTO interface to try to delete a "larval" algorithm, which is
13 * a kernel-internal marker for an algorithm which has been registered but isn't
16 * CRYPTO_MSG_NEWALG will create such a larval algorithm. However, it waits
32 * The algorithm has to be valid (i.e. the drivers must exists
35 * The first algorithm, that fullfils the criteria is used for the test.
54 static const char* algorithm = NULL; variable
65 /* find an algorithm, that is not in use */ in setup()
78 algorithm = ALGORITHM_CANDIDATES[i]; in setup()
83 if (!algorithm) in setup()
84 tst_brk(TCONF, "No viable algorithm found"); in setup()
93 strcpy(alg.cru_driver_name, algorithm); in run()
96 "Starting crypto_user larval deletion test using algorithm %s. May crash buggy kernels.", in run()
97 algorithm); in run()