Searched refs:br_sha384_vtable (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/bearssl/samples/ |
H A D | custom_profile.c | 156 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 D | prf_sha384.c | 34 br_tls_phash(dst, len, &br_sha384_vtable, in br_tls12_sha384_prf()
|
H A D | ssl_server_full_rsa.c | 78 &br_sha384_vtable, in br_ssl_server_init_full_rsa()
|
H A D | ssl_server_full_ec.c | 89 &br_sha384_vtable, in br_ssl_server_init_full_ec()
|
H A D | ssl_client_full.c | 110 &br_sha384_vtable, in br_ssl_client_init_full()
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal_full.c | 42 &br_sha384_vtable, in br_x509_minimal_init_full()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2big.c | 198 cc->vtable = &br_sha384_vtable; in br_sha384_init() 250 const br_hash_class br_sha384_vtable = { variable
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 487 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 D | test_x509.c | 1382 { br_sha384_ID, &br_sha384_vtable },
|
/freebsd/contrib/bearssl/tools/ |
H A D | verify.c | 264 br_x509_minimal_set_hash(&mc, br_sha384_ID, &br_sha384_vtable); in do_verify()
|
H A D | names.c | 42 { "sha384", &br_sha384_vtable, "SHA-384" },
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 774 extern const br_hash_class br_sha384_vtable;
|
/freebsd/lib/libsecureboot/ |
H A D | vectx.c | 159 ctx->vec_md = &br_sha384_vtable; in vectx_open()
|
H A D | veopen.c | 370 md = &br_sha384_vtable; in verify_fingerprint()
|
H A D | vets.c | 533 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 D | opgp_sig.c | 343 md = &br_sha384_vtable;
|