Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h265 } br_ec_private_key; typedef
686 const br_ec_private_key *sk, void *sig);
728 const br_ec_private_key *sk, void *sig);
744 const br_ec_private_key *sk, void *sig);
794 const br_ec_private_key *sk, void *sig);
810 const br_ec_private_key *sk, void *sig);
929 const br_ec_impl *impl, br_ec_private_key *sk,
961 void *kbuf, const br_ec_private_key *sk);
H A Dbearssl_x509.h1196 br_ec_private_key ec;
1319 static inline const br_ec_private_key *
1421 const br_ec_private_key *sk, const br_ec_public_key *pk);
1453 const br_ec_private_key *sk, const br_ec_public_key *pk);
H A Dbearssl_ssl.h2584 const br_ec_private_key *sk;
2925 const br_ec_private_key *sk, unsigned allowed_usages,
3279 const br_ec_private_key *sk;
3553 unsigned cert_issuer_key_type, const br_ec_private_key *sk);
3604 const br_ec_private_key *sk);
3624 const br_ec_private_key *sk);
3644 const br_ec_private_key *sk);
3676 const br_ec_private_key *sk);
3834 const br_ec_private_key *sk, unsigned allowed_usages,
/freebsd/contrib/bearssl/src/x509/
H A Dencode_ec_rawder.c53 const br_ec_private_key *sk, const br_ec_public_key *pk, in br_encode_ec_raw_der_inner()
158 const br_ec_private_key *sk, const br_ec_public_key *pk) in br_encode_ec_raw_der()
H A Dencode_ec_pk8der.c30 const br_ec_private_key *sk, const br_ec_public_key *pk) in br_encode_ec_pkcs8_der()
/freebsd/contrib/bearssl/samples/
H A Dkey-ec.h37 static const br_ec_private_key EC = {
/freebsd/contrib/bearssl/src/ec/
H A Decdsa_i15_sign_asn1.c33 const br_ec_private_key *sk, void *sig) in br_ecdsa_i15_sign_asn1()
H A Decdsa_i31_sign_asn1.c33 const br_ec_private_key *sk, void *sig) in br_ecdsa_i31_sign_asn1()
H A Dec_pubkey.c64 void *kbuf, const br_ec_private_key *sk) in br_ec_compute_pub()
H A Dec_keygen.c30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
H A Decdsa_i15_sign_raw.c35 const br_ec_private_key *sk, void *sig) in br_ecdsa_i15_sign_raw()
H A Decdsa_i31_sign_raw.c35 const br_ec_private_key *sk, void *sig) in br_ecdsa_i31_sign_raw()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_server_minu2g.c31 const br_ec_private_key *sk) in br_ssl_server_init_minu2g()
H A Dssl_server_minv2g.c31 const br_ec_private_key *sk) in br_ssl_server_init_minv2g()
H A Dssl_server_minf2c.c31 const br_ec_private_key *sk) in br_ssl_server_init_minf2c()
H A Dssl_server_minf2g.c31 const br_ec_private_key *sk) in br_ssl_server_init_minf2g()
H A Dssl_server_full_ec.c31 unsigned cert_issuer_key_type, const br_ec_private_key *sk) in br_ssl_server_init_full_ec()
H A Dssl_scert_single_ec.c128 const br_ec_private_key *sk, unsigned allowed_usages, in br_ssl_server_set_single_ec()
H A Dssl_ccert_single_ec.c142 const br_ec_private_key *sk, unsigned allowed_usages, in br_ssl_client_set_single_ec()
/freebsd/contrib/bearssl/tools/
H A Dskey.c245 print_ec(const br_ec_private_key *sk, outspec *os) in print_ec()
439 br_ec_private_key sk; in keygen_ec()
486 const br_ec_private_key *ek; in decode_key()
H A Dbrssl.h453 br_ec_private_key ec;
H A Dkeys.c58 const br_ec_private_key *ek; in decode_key()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8392 br_ec_private_key sk; in test_EC_keygen()
8791 static const br_ec_private_key EC_P256_PRIV = {
8826 static const br_ec_private_key EC_P384_PRIV = {
8868 static const br_ec_private_key EC_P521_PRIV = {
8875 const br_ec_private_key *priv;
H A Dtest_speed.c1153 br_ec_private_key sk; in test_speed_ecdsa_inner()
/freebsd/contrib/bearssl/src/
H A Dinner.h2138 const br_ec_private_key *sk, const br_ec_public_key *pk,