Lines Matching full:algorithm
48 * @reqsize: Request context size required by algorithm implementation
49 * @base: Common crypto API algorithm data structure
58 * struct akcipher_alg - generic public key algorithm
61 * algorithm. In case of error, where the dst_len was insufficient,
65 * public key algorithm, returning verification status. Requires
68 * algorithm. In case of error, where the dst_len was insufficient,
72 * algorithm. In case of error, where the dst_len was insufficient,
75 * @set_pub_key: Function invokes the algorithm specific set public key
78 * @set_priv_key: Function invokes the algorithm specific set private key
94 * @base: Common crypto API algorithm data structure
122 * public key algorithm e.g. "rsa"
123 * @type: specifies the type of the algorithm
124 * @mask: specifies the mask for the algorithm
126 * Allocate a handle for public key algorithm. The returned struct
284 * public key algorithm
301 * public key algorithm
318 * public key algorithm
336 * public key algorithm
354 * public key algorithm
371 * for a given public key algorithm.
391 * Function invokes the algorithm specific set key function, which knows
413 * Function invokes the algorithm specific set key function, which knows