Home
last modified time | relevance | path

Searched refs:ecsdsa_common_verify (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1005 def ecsdsa_common_verify(hashfunc, keypair, message, sig, optimized): function
1035 return ecsdsa_common_verify(hashfunc, keypair, message, sig, False)
1038 return ecsdsa_common_verify(hashfunc, keypair, message, sig, True)