Home
last modified time | relevance | path

Searched refs:br_sha224_ID (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/hash/
H A Ddig_size.c38 case br_sha224_ID: in br_digest_size_by_ID()
H A Ddig_oid.c68 case br_sha224_ID: in br_digest_OID()
H A Dsha2small.c310 BR_HASHDESC_ID(br_sha224_ID)
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hashes.c33 br_sha224_ID, br_sha1_ID in br_ssl_choose_hash()
/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.c1049 case br_sha224_ID: return "SHA-224"; in hash_function_name()
H A Dclient.c237 br_sha256_ID, br_sha224_ID, br_sha384_ID, br_sha512_ID, in choose_hash()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h561 #define br_sha224_ID 3 macro
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c1101 return br_sha224_ID; in string_to_hash()
1380 { br_sha224_ID, &br_sha224_vtable },
H A Dtest_crypto.c341 case br_sha224_ID: in do_hash()
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()