/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 265 } 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 D | bearssl_x509.h | 1196 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 D | bearssl_ssl.h | 2584 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 D | encode_ec_rawder.c | 53 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 D | encode_ec_pk8der.c | 30 const br_ec_private_key *sk, const br_ec_public_key *pk) in br_encode_ec_pkcs8_der()
|
/freebsd/contrib/bearssl/samples/ |
H A D | key-ec.h | 37 static const br_ec_private_key EC = {
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ecdsa_i15_sign_asn1.c | 33 const br_ec_private_key *sk, void *sig) in br_ecdsa_i15_sign_asn1()
|
H A D | ecdsa_i31_sign_asn1.c | 33 const br_ec_private_key *sk, void *sig) in br_ecdsa_i31_sign_asn1()
|
H A D | ec_pubkey.c | 64 void *kbuf, const br_ec_private_key *sk) in br_ec_compute_pub()
|
H A D | ec_keygen.c | 30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
|
H A D | ecdsa_i15_sign_raw.c | 35 const br_ec_private_key *sk, void *sig) in br_ecdsa_i15_sign_raw()
|
H A D | ecdsa_i31_sign_raw.c | 35 const br_ec_private_key *sk, void *sig) in br_ecdsa_i31_sign_raw()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_server_minu2g.c | 31 const br_ec_private_key *sk) in br_ssl_server_init_minu2g()
|
H A D | ssl_server_minv2g.c | 31 const br_ec_private_key *sk) in br_ssl_server_init_minv2g()
|
H A D | ssl_server_minf2c.c | 31 const br_ec_private_key *sk) in br_ssl_server_init_minf2c()
|
H A D | ssl_server_minf2g.c | 31 const br_ec_private_key *sk) in br_ssl_server_init_minf2g()
|
H A D | ssl_server_full_ec.c | 31 unsigned cert_issuer_key_type, const br_ec_private_key *sk) in br_ssl_server_init_full_ec()
|
H A D | ssl_scert_single_ec.c | 128 const br_ec_private_key *sk, unsigned allowed_usages, in br_ssl_server_set_single_ec()
|
H A D | ssl_ccert_single_ec.c | 142 const br_ec_private_key *sk, unsigned allowed_usages, in br_ssl_client_set_single_ec()
|
/freebsd/contrib/bearssl/tools/ |
H A D | skey.c | 245 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 D | brssl.h | 453 br_ec_private_key ec;
|
H A D | keys.c | 58 const br_ec_private_key *ek; in decode_key()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 8392 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 D | test_speed.c | 1153 br_ec_private_key sk; in test_speed_ecdsa_inner()
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 2138 const br_ec_private_key *sk, const br_ec_public_key *pk,
|