Lines Matching full:signature
3 * Public Key Signature Algorithm
23 * struct sig_alg - generic public key signature algorithm
37 * @max_size: Function returns maximum signature size. Optional.
73 * DOC: Generic Public Key Signature API
75 * The Public Key Signature API is used with the algorithms of type
80 * crypto_alloc_sig() - allocate signature tfm handle
86 * Allocate a handle for public key signature algorithm. The returned struct
88 * API invocation for signature operations.
116 * crypto_free_sig() - free signature tfm handle
118 * @tfm: signature tfm handle allocated with crypto_alloc_sig()
135 * @tfm: signature tfm handle allocated with crypto_alloc_sig()
152 * @tfm: signature tfm handle allocated with crypto_alloc_sig()
162 * crypto_sig_maxsize() - Get maximum signature size
164 * Function returns the maximum signature size in bytes.
169 * @tfm: signature tfm handle allocated with crypto_alloc_sig()
183 * @tfm: signature tfm handle allocated with crypto_alloc_sig()
201 * crypto_sig_verify() - Invoke signature verification
203 * Function invokes the specific signature verification operation
206 * @tfm: signature tfm handle allocated with crypto_alloc_sig()