Searched refs:_ecdsa_verify (Results 1 – 1 of 1) sorted by relevance
94 static int _ecdsa_verify(struct ecc_ctx *ctx, const u64 *hash, const u64 *r, const u64 *s) in _ecdsa_verify() function180 ret = _ecdsa_verify(ctx, hash, sig_ctx.r, sig_ctx.s); in ecdsa_verify()
Completed in 4 milliseconds