Searched refs:br_sha224_vtable (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/bearssl/samples/ |
H A D | custom_profile.c | 154 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 D | x509_minimal_full.c | 40 &br_sha224_vtable, in br_x509_minimal_init_full()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_server_full_rsa.c | 76 &br_sha224_vtable, in br_ssl_server_init_full_rsa()
|
H A D | ssl_server_full_ec.c | 87 &br_sha224_vtable, in br_ssl_server_init_full_ec()
|
H A D | ssl_client_full.c | 108 &br_sha224_vtable, in br_ssl_client_init_full()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2small.c | 256 cc->vtable = &br_sha224_vtable; in br_sha224_init() 308 const br_hash_class br_sha224_vtable = { variable
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 471 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 D | test_x509.c | 1380 { br_sha224_ID, &br_sha224_vtable },
|
/freebsd/contrib/bearssl/tools/ |
H A D | verify.c | 262 br_x509_minimal_set_hash(&mc, br_sha224_ID, &br_sha224_vtable); in do_verify()
|
H A D | names.c | 40 { "sha224", &br_sha224_vtable, "SHA-224" },
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 571 extern const br_hash_class br_sha224_vtable;
|