Lines Matching defs: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;
65 /* find an algorithm, that is not in use */
78 algorithm = ALGORITHM_CANDIDATES[i];
83 if (!algorithm)
84 tst_brk(TCONF, "No viable algorithm found");
93 strcpy(alg.cru_driver_name, algorithm);
96 "Starting crypto_user larval deletion test using algorithm %s. May crash buggy kernels.",
97 algorithm);