Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs.h103 ATTRIBUTE_WARN_UNUSED_RET int ec_structured_sig_export_to_buf(const u8 *sig, u32 siglen,
/freebsd/crypto/libecc/src/sig/
H A Dsig_algs.c740 int ec_structured_sig_export_to_buf(const u8 *sig, u32 siglen, in ec_structured_sig_export_to_buf() function
/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c438 ret = ec_structured_sig_export_to_buf(sig, siglen, buf, sizeof(buf), in store_sig()