Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/samples/
H A Dcustom_profile.c156 br_ssl_engine_set_hash(&cc->eng, br_sha384_ID, &br_sha384_vtable); in example_client_profile()
439 br_ssl_engine_set_hash(xc, br_sha384_ID, &br_sha384_vtable); in example_client_profile()
498 br_ssl_engine_set_hash(&cc->eng, br_sha384_ID, &br_sha384_vtable); in example_server_profile()
/freebsd/contrib/bearssl/src/ssl/
H A Dprf_sha384.c34 br_tls_phash(dst, len, &br_sha384_vtable, in br_tls12_sha384_prf()
H A Dssl_server_full_rsa.c78 &br_sha384_vtable, in br_ssl_server_init_full_rsa()
H A Dssl_server_full_ec.c89 &br_sha384_vtable, in br_ssl_server_init_full_ec()
H A Dssl_client_full.c110 &br_sha384_vtable, in br_ssl_client_init_full()
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal_full.c42 &br_sha384_vtable, in br_x509_minimal_init_full()
/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c198 cc->vtable = &br_sha384_vtable; in br_sha384_init()
250 const br_hash_class br_sha384_vtable = { variable
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c487 br_multihash_setimpl(&mc, br_sha384_ID, &br_sha384_vtable); in test_multihash()
507 br_multihash_setimpl(&mc, br_sha384_ID, &br_sha384_vtable); in test_multihash()
713 do_KAT_HMAC_hex_hex(&br_sha384_vtable, in test_HMAC()
742 do_KAT_HMAC_hex_hex(&br_sha384_vtable, in test_HMAC()
779 do_KAT_HMAC_hex_hex(&br_sha384_vtable, in test_HMAC()
822 do_KAT_HMAC_hex_hex(&br_sha384_vtable, in test_HMAC()
879 do_KAT_HMAC_hex_hex(&br_sha384_vtable, in test_HMAC()
962 do_KAT_HMAC_hex_hex(&br_sha384_vtable, in test_HMAC()
1024 test_HMAC_CT(&br_sha384_vtable, key, sizeof key, data); in test_HMAC()
8913 &br_sha384_vtable, "sample",
[all …]
H A Dtest_x509.c1382 { br_sha384_ID, &br_sha384_vtable },
/freebsd/contrib/bearssl/tools/
H A Dverify.c264 br_x509_minimal_set_hash(&mc, br_sha384_ID, &br_sha384_vtable); in do_verify()
H A Dnames.c42 { "sha384", &br_sha384_vtable, "SHA-384" },
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h774 extern const br_hash_class br_sha384_vtable;
/freebsd/lib/libsecureboot/
H A Dvectx.c159 ctx->vec_md = &br_sha384_vtable; in vectx_open()
H A Dveopen.c370 md = &br_sha384_vtable; in verify_fingerprint()
H A Dvets.c533 br_x509_minimal_set_hash(&mc, br_sha384_ID, &br_sha384_vtable); in verify_signer_xcs()
653 md = &br_sha384_vtable; in check_forbidden_digests()
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_sig.c343 md = &br_sha384_vtable;