Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/tools/
H A Dskey.c41 } outspec; typedef
115 print_rsa(const br_rsa_private_key *sk, outspec *os) in print_rsa()
245 print_ec(const br_ec_private_key *sk, outspec *os) in print_ec()
376 keygen_rsa(unsigned size, uint32_t pubexp, outspec *os) in keygen_rsa()
434 keygen_ec(int curve, outspec *os) in keygen_ec()
463 decode_key(const unsigned char *buf, size_t len, outspec *os) in decode_key()
553 outspec os; in do_skey()