Lines Matching full:algorithm
21 * Algorithm masks and types.
47 * Set if the algorithm (or an algorithm which it uses) requires another
48 * algorithm of the same type to handle corner cases.
53 * Set if the algorithm has passed automated run-time testing. Note that
54 * if there is no run-time testing for a given algorithm it is considered
61 * Set if the algorithm is an instance that is built from templates.
65 /* Set this bit if the algorithm provided is hardware accelerated but
77 * Set if the algorithm has a ->setkey() method but can be used without
88 * The algorithm may allocate memory during request processing, i.e. during
89 * encryption, decryption, or hashing. Users can request an algorithm with this
100 * algorithm's alignmask.
106 * algorithm's alignmask.
113 * - crypto_ahash_finup() must not be used unless the algorithm implements
119 * Mark an algorithm as a service implementation only usable by a
123 * a FIPS-approved algorithm (e.g., dh vs. ffdhe2048(dh)).
180 * DOC: Block Cipher Algorithm Definitions
182 * These data structures define modular crypto algorithm implementations,
190 * algorithm. This must be set to one of the pre-defined
196 * algorithm. This must be set to one of the pre-defined values
222 * might need to use the fallback if the algorithm doesn't support
243 * struct compress_alg - compression/decompression algorithm
264 * struct crypto_alg - definition of a cryptograpic cipher algorithm
268 * algorithm.
271 * this algorithm. The users must respect this value.
281 * 1 less than the alignment, in bytes, that the algorithm
286 * the algorithm needs. (For scatterlists this happens only if
287 * the algorithm uses the skcipher_walk helper functions.) This
291 * to the alignmask of the algorithm being used, in order to
299 * transformation algorithm. This is the name of the transformation
306 * transformation algorithm.
331 * @cra_u.compress: Union member which contains a (de)compression algorithm.
339 * The struct crypto_alg describes a generic Crypto API algorithm and is common
412 * Algorithm query interface.
453 * Transform helpers which query the underlying algorithm.