/freebsd/contrib/bearssl/samples/ |
H A D | custom_profile.c | 155 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in example_client_profile() 409 br_x509_minimal_init(xc, &br_sha256_vtable, in example_client_profile() 438 br_ssl_engine_set_hash(xc, br_sha256_ID, &br_sha256_vtable); in example_client_profile() 497 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in example_server_profile()
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal_full.c | 41 &br_sha256_vtable, in br_x509_minimal_init_full() 48 br_x509_minimal_init(xc, &br_sha256_vtable, in br_x509_minimal_init_full()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_client_full.c | 109 &br_sha256_vtable, in br_ssl_client_init_full() 127 br_x509_minimal_init(xc, &br_sha256_vtable, in br_ssl_client_init_full()
|
H A D | prf_sha256.c | 34 br_tls_phash(dst, len, &br_sha256_vtable, in br_tls12_sha256_prf()
|
H A D | ssl_server_minr2g.c | 59 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_minr2g()
|
H A D | ssl_server_minu2g.c | 59 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_minu2g()
|
H A D | ssl_server_minv2g.c | 59 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_minv2g()
|
H A D | ssl_server_mine2c.c | 60 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_mine2c()
|
H A D | ssl_server_mine2g.c | 60 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_mine2g()
|
H A D | ssl_server_minf2c.c | 60 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_minf2c()
|
H A D | ssl_server_minf2g.c | 60 br_ssl_engine_set_hash(&cc->eng, br_sha256_ID, &br_sha256_vtable); in br_ssl_server_init_minf2g()
|
H A D | ssl_server_full_rsa.c | 77 &br_sha256_vtable, in br_ssl_server_init_full_rsa()
|
H A D | ssl_server_full_ec.c | 88 &br_sha256_vtable, in br_ssl_server_init_full_ec()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 287 br_hmac_drbg_init(&rc, &br_sha256_vtable, seed, sizeof seed); in test_MD5_SHA1() 479 br_multihash_setimpl(&mc, br_sha256_ID, &br_sha256_vtable); in test_multihash() 506 br_multihash_setimpl(&mc, br_sha256_ID, &br_sha256_vtable); in test_multihash() 707 do_KAT_HMAC_hex_hex(&br_sha256_vtable, in test_HMAC() 735 do_KAT_HMAC_hex_hex(&br_sha256_vtable, in test_HMAC() 769 do_KAT_HMAC_hex_hex(&br_sha256_vtable, in test_HMAC() 812 do_KAT_HMAC_hex_hex(&br_sha256_vtable, in test_HMAC() 862 do_KAT_HMAC_hex_hex(&br_sha256_vtable, in test_HMAC() 939 do_KAT_HMAC_hex_hex(&br_sha256_vtable, in test_HMAC() 1022 test_HMAC_CT(&br_sha256_vtable, key, sizeof key, data); in test_HMAC() [all …]
|
H A D | test_speed.c | 1172 sig_len = sign(impl, &br_sha256_vtable, hv, &sk, sig); in test_speed_ecdsa_inner() 1180 sign(impl, &br_sha256_vtable, hv, &sk, sig); in test_speed_ecdsa_inner() 1193 sig_len = sign(impl, &br_sha256_vtable, hv, &sk, sig); in test_speed_ecdsa_inner()
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 237 br_x509_minimal_init(&mc, &br_sha256_vtable, NULL, 0); in x509_cn_get() 517 br_x509_minimal_init(&mc, &br_sha256_vtable, in verify_signer_xcs() 531 br_x509_minimal_set_hash(&mc, br_sha256_ID, &br_sha256_vtable); in verify_signer_xcs() 639 md = &br_sha256_vtable; in check_forbidden_digests() 912 md = &br_sha256_vtable; in verify_rsa()
|
H A D | pass_manifest.c | 56 md = &br_sha256_vtable; in pass_manifest()
|
H A D | vepcr.c | 68 pcr_md = &br_sha256_vtable; in ve_pcr_init()
|
H A D | vectx.c | 148 ctx->vec_md = &br_sha256_vtable; in vectx_open()
|
H A D | veopen.c | 359 md = &br_sha256_vtable; in verify_fingerprint()
|
/freebsd/contrib/bearssl/tools/ |
H A D | verify.c | 259 br_x509_minimal_init(&mc, &br_sha256_vtable, in do_verify() 263 br_x509_minimal_set_hash(&mc, br_sha256_ID, &br_sha256_vtable); in do_verify()
|
H A D | skey.c | 390 br_hmac_drbg_init(&rng, &br_sha256_vtable, NULL, 0); in keygen_rsa() 448 br_hmac_drbg_init(&rng, &br_sha256_vtable, NULL, 0); in keygen_ec()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2small.c | 295 cc->vtable = &br_sha256_vtable; in br_sha256_init() 326 const br_hash_class br_sha256_vtable = { variable
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 667 extern const br_hash_class br_sha256_vtable;
|
/freebsd/lib/libsecureboot/openpgp/ |
H A D | opgp_sig.c | 338 md = &br_sha256_vtable;
|