Home
last modified time | relevance | path

Searched refs:br_sha224_vtable (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bearssl/samples/
H A Dcustom_profile.c154 br_ssl_engine_set_hash(&cc->eng, br_sha224_ID, &br_sha224_vtable); in example_client_profile()
437 br_ssl_engine_set_hash(xc, br_sha224_ID, &br_sha224_vtable); in example_client_profile()
496 br_ssl_engine_set_hash(&cc->eng, br_sha224_ID, &br_sha224_vtable); in example_server_profile()
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal_full.c40 &br_sha224_vtable, in br_x509_minimal_init_full()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_server_full_rsa.c76 &br_sha224_vtable, in br_ssl_server_init_full_rsa()
H A Dssl_server_full_ec.c87 &br_sha224_vtable, in br_ssl_server_init_full_ec()
H A Dssl_client_full.c108 &br_sha224_vtable, in br_ssl_client_init_full()
/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c256 cc->vtable = &br_sha224_vtable; in br_sha224_init()
308 const br_hash_class br_sha224_vtable = { variable
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c471 br_multihash_setimpl(&mc, br_sha224_ID, &br_sha224_vtable); in test_multihash()
505 br_multihash_setimpl(&mc, br_sha224_ID, &br_sha224_vtable); in test_multihash()
701 do_KAT_HMAC_hex_hex(&br_sha224_vtable, in test_HMAC()
728 do_KAT_HMAC_hex_hex(&br_sha224_vtable, in test_HMAC()
759 do_KAT_HMAC_hex_hex(&br_sha224_vtable, in test_HMAC()
802 do_KAT_HMAC_hex_hex(&br_sha224_vtable, in test_HMAC()
845 do_KAT_HMAC_hex_hex(&br_sha224_vtable, in test_HMAC()
916 do_KAT_HMAC_hex_hex(&br_sha224_vtable, in test_HMAC()
1020 test_HMAC_CT(&br_sha224_vtable, key, sizeof key, data); in test_HMAC()
8897 &br_sha224_vtable, "sample",
[all …]
H A Dtest_x509.c1380 { br_sha224_ID, &br_sha224_vtable },
/freebsd/contrib/bearssl/tools/
H A Dverify.c262 br_x509_minimal_set_hash(&mc, br_sha224_ID, &br_sha224_vtable); in do_verify()
H A Dnames.c40 { "sha224", &br_sha224_vtable, "SHA-224" },
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h571 extern const br_hash_class br_sha224_vtable;