Lines Matching full:algorithm
46 * @base: Common crypto API algorithm data structure
53 * struct akcipher_alg - generic public key algorithm
56 * algorithm. In case of error, where the dst_len was insufficient,
60 * public key algorithm, returning verification status. Requires
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
279 * public key algorithm
303 * public key algorithm
327 * public key algorithm
350 * for a given public key algorithm.
376 * Function invokes the algorithm specific set key function, which knows
398 * Function invokes the algorithm specific set key function, which knows