Lines Matching full:algorithm
48 * @reqsize: Request context size required by algorithm implementation
49 * @base: Common crypto API algorithm data structure
58 * struct crypto_istat_akcipher - statistics for akcipher algorithm
78 * struct akcipher_alg - generic public key algorithm
81 * algorithm. In case of error, where the dst_len was insufficient,
85 * public key algorithm, returning verification status. Requires
88 * algorithm. In case of error, where the dst_len was insufficient,
92 * algorithm. In case of error, where the dst_len was insufficient,
95 * @set_pub_key: Function invokes the algorithm specific set public key
98 * @set_priv_key: Function invokes the algorithm specific set private key
113 * @stat: Statistics for akcipher algorithm
115 * @base: Common crypto API algorithm data structure
147 * public key algorithm e.g. "rsa"
148 * @type: specifies the type of the algorithm
149 * @mask: specifies the mask for the algorithm
151 * Allocate a handle for public key algorithm. The returned struct
330 * public key algorithm
355 * public key algorithm
380 * public key algorithm
398 * public key algorithm
416 * public key algorithm
437 * for a given public key algorithm.
461 * Function invokes the algorithm specific set key function, which knows
483 * Function invokes the algorithm specific set key function, which knows