Searched refs:ecsdsa_common_verify (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 1005 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)
|