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. On success, the signature size is returned.
29 * public key algorithm, returning verification status. Optional.
30 * @set_pub_key: Function invokes the algorithm specific set public key
33 * @set_priv_key: Function invokes the algorithm specific set private key
51 * @base: Common crypto API algorithm data structure
83 * signing algorithm e.g. "ecdsa"
84 * @type: specifies the type of the algorithm
85 * @mask: specifies the mask for the algorithm
87 * Allocate a handle for public key signature algorithm. The returned struct
182 * Function invokes the specific signing operation for a given algorithm
205 * for a given algorithm.
227 * Function invokes the algorithm specific set key function, which knows
248 * Function invokes the algorithm specific set key function, which knows