Lines Matching full:algorithm
45 * @base: Common crypto API algorithm data structure
52 * struct akcipher_alg - generic public key algorithm
55 * algorithm. In case of error, where the dst_len was insufficient,
59 * algorithm. In case of error, where the dst_len was insufficient,
63 * algorithm. In case of error, where the dst_len was insufficient,
67 * algorithm. In case of error, where the dst_len was insufficient,
70 * @set_pub_key: Function invokes the algorithm specific set public key
73 * @set_priv_key: Function invokes the algorithm specific set private key
89 * @reqsize: Request context size required by algorithm implementation
90 * @base: Common crypto API algorithm data structure
119 * public key algorithm e.g. "rsa"
120 * @type: specifies the type of the algorithm
121 * @mask: specifies the mask for the algorithm
123 * Allocate a handle for public key algorithm. The returned struct
278 * public key algorithm
296 * public key algorithm
314 * public key algorithm
332 * public key algorithm
349 * Function invokes the algorithm specific set key function, which knows
370 * Function invokes the algorithm specific set key function, which knows