Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Dbip0340.h47 ATTRIBUTE_WARN_UNUSED_RET int _bip0340_sign(u8 *sig, u8 siglen, const ec_key_pair *key_pair,
H A Dsig_algs_internal.h610 .sign = _bip0340_sign,
/freebsd/crypto/libecc/src/sig/
H A Dbip0340.c161 int _bip0340_sign(u8 *sig, u8 siglen, const ec_key_pair *key_pair, in _bip0340_sign() function