Lines Matching full:algorithm
3 * Public Key Signature Algorithm
16 * @base: Common crypto API algorithm data structure
23 * struct sig_alg - generic public key signature algorithm
26 * algorithm. Optional.
28 * public key algorithm, returning verification status. Optional.
29 * @set_pub_key: Function invokes the algorithm specific set public key
32 * @set_priv_key: Function invokes the algorithm specific set private key
50 * @base: Common crypto API algorithm data structure
82 * signing algorithm e.g. "ecdsa"
83 * @type: specifies the type of the algorithm
84 * @mask: specifies the mask for the algorithm
86 * Allocate a handle for public key signature algorithm. The returned struct
181 * Function invokes the specific signing operation for a given algorithm
204 * for a given algorithm.
226 * Function invokes the algorithm specific set key function, which knows
247 * Function invokes the algorithm specific set key function, which knows