Lines Matching full:algorithm
43 * @reqsize: Request context size required by algorithm implementation
44 * @base: Common crypto API algorithm data structure
53 * struct akcipher_alg - generic public key cipher algorithm
56 * algorithm. In case of error, where the dst_len was insufficient,
60 * algorithm. In case of error, where the dst_len was insufficient,
63 * @set_pub_key: Function invokes the algorithm specific set public key
66 * @set_priv_key: Function invokes the algorithm specific set private key
82 * @base: Common crypto API algorithm data structure
108 * public key algorithm e.g. "rsa"
109 * @type: specifies the type of the algorithm
110 * @mask: specifies the mask for the algorithm
112 * Allocate a handle for public key algorithm. The returned struct
269 * public key algorithm
286 * public key algorithm
303 * public key algorithm
321 * public key algorithm
338 * Function invokes the algorithm specific set key function, which knows
360 * Function invokes the algorithm specific set key function, which knows