Searched refs:ecsdsa_common_sign (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 961 def ecsdsa_common_sign(hashfunc, keypair, message, optimized, k=None): function 990 return ecsdsa_common_sign(hashfunc, keypair, message, False, k) 993 return ecsdsa_common_sign(hashfunc, keypair, message, True, k)
|