Lines Matching full:algorithm

23  * Algorithm masks and types.
48 * Set if the algorithm (or an algorithm which it uses) requires another
49 * algorithm of the same type to handle corner cases.
54 * Set if the algorithm has passed automated run-time testing. Note that
55 * if there is no run-time testing for a given algorithm it is considered
62 * Set if the algorithm is an instance that is built from templates.
66 /* Set this bit if the algorithm provided is hardware accelerated but
78 * Set if the algorithm has a ->setkey() method but can be used without
89 * The algorithm may allocate memory during request processing, i.e. during
90 * encryption, decryption, or hashing. Users can request an algorithm with this
101 * algorithm's alignmask.
107 * algorithm's alignmask.
114 * - crypto_ahash_finup() must not be used unless the algorithm implements
120 * Mark an algorithm as a service implementation only usable by a
124 * a FIPS-approved algorithm (e.g., dh vs. ffdhe2048(dh)).
128 /* Set if the algorithm supports request chains and virtual addresses. */
186 * DOC: Block Cipher Algorithm Definitions
188 * These data structures define modular crypto algorithm implementations,
196 * algorithm. This must be set to one of the pre-defined
202 * algorithm. This must be set to one of the pre-defined values
228 * might need to use the fallback if the algorithm doesn't support
251 * struct crypto_alg - definition of a cryptograpic cipher algorithm
255 * algorithm.
258 * this algorithm. The users must respect this value.
268 * 1 less than the alignment, in bytes, that the algorithm
273 * the algorithm needs. (For scatterlists this happens only if
274 * the algorithm uses the skcipher_walk helper functions.) This
278 * to the alignmask of the algorithm being used, in order to
286 * transformation algorithm. This is the name of the transformation
293 * transformation algorithm.
324 * The struct crypto_alg describes a generic Crypto API algorithm and is common
396 * Algorithm query interface.
433 * Transform helpers which query the underlying algorithm.