Lines Matching defs:verify
17 * For verify op this is signature + digest, in that case
19 * @dst: Destination data (Should be NULL for verify op)
21 * For verify op it's size of signature part of @src, this part
23 * @dst_len: Size of @dst buffer (for all ops except verify).
30 * For verify op this is size of digest part in @src.
59 * @verify: Function performs a complete verify operation as defined by
94 int (*verify)(struct akcipher_request *req);
243 * @dst: ptr to output scatter list or NULL for verify op
246 * portion in @src for verify op
370 ret = alg->verify(req);