Searched refs:_ecdsa_verify (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Decdsa.c94 static int _ecdsa_verify(struct ecc_ctx *ctx, const u64 *hash, const u64 *r, const u64 *s) function
180 ret = _ecdsa_verify(ctx, hash, sig_ctx.r, sig_ctx.s);

Completed in 126 milliseconds