Lines Matching full:algorithm
38 * Algorithm masks and types.
67 * Set this bit if and only if the algorithm requires another algorithm of
73 * Set if the algorithm has passed automated run-time testing. Note that
74 * if there is no run-time testing for a given algorithm it is considered
81 * Set if the algorithm is an instance that is built from templates.
85 /* Set this bit if the algorithm provided is hardware accelerated but
97 * Set if the algorithm has a ->setkey() method but can be used without
186 * DOC: Block Cipher Algorithm Definitions
188 * These data structures define modular crypto algorithm implementations,
195 * smallest key length supported by this transformation algorithm.
200 * largest key length supported by this transformation algorithm.
213 * the algorithm doesn't support all of the key sizes.
220 * the algorithm doesn't support all of the key sizes. In case the
273 * algorithm. This must be set to one of the pre-defined
279 * algorithm. This must be set to one of the pre-defined values
305 * might need to use the fallback if the algorithm doesn't support
326 * struct compress_alg - compression/decompression algorithm
345 * struct crypto_istat_aead - statistics for AEAD algorithm
361 * struct crypto_istat_akcipher - statistics for akcipher algorithm
381 * struct crypto_istat_cipher - statistics for cipher algorithm
397 * struct crypto_istat_compress - statistics for compress algorithm
413 * struct crypto_istat_hash - statistics for has algorithm
425 * struct crypto_istat_kpp - statistics for KPP algorithm
439 * struct crypto_istat_rng: statistics for RNG algorithm
459 * struct crypto_alg - definition of a cryptograpic cipher algorithm
463 * algorithm.
466 * this algorithm. The users must respect this value.
476 * buffer containing the input data for the algorithm must be
492 * transformation algorithm. This is the name of the transformation
499 * transformation algorithm.
529 * @cra_u.compress: Union member which contains a (de)compression algorithm.
538 * @stats.aead: statistics for AEAD algorithm
539 * @stats.akcipher: statistics for akcipher algorithm
540 * @stats.cipher: statistics for cipher algorithm
541 * @stats.compress: statistics for compress algorithm
542 * @stats.hash: statistics for hash algorithm
543 * @stats.rng: statistics for rng algorithm
544 * @stats.kpp: statistics for KPP algorithm
546 * The struct crypto_alg describes a generic Crypto API algorithm and is common
700 * Algorithm registration interface.
708 * Algorithm query interface.
836 * Transform helpers which query the underlying algorithm.