Searched refs:br_sha224_ID (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/hash/ |
| H A D | dig_size.c | 38 case br_sha224_ID: in br_digest_size_by_ID()
|
| H A D | dig_oid.c | 68 case br_sha224_ID: in br_digest_OID()
|
| H A D | sha2small.c | 310 BR_HASHDESC_ID(br_sha224_ID)
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hashes.c | 33 br_sha224_ID, br_sha1_ID in br_ssl_choose_hash()
|
| /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 | 1049 case br_sha224_ID: return "SHA-224"; in hash_function_name()
|
| H A D | client.c | 237 br_sha256_ID, br_sha224_ID, br_sha384_ID, br_sha512_ID, in choose_hash()
|
| /freebsd/contrib/bearssl/inc/ |
| H A D | bearssl_hash.h | 561 #define br_sha224_ID 3 macro
|
| /freebsd/contrib/bearssl/test/ |
| H A D | test_x509.c | 1101 return br_sha224_ID; in string_to_hash() 1380 { br_sha224_ID, &br_sha224_vtable },
|
| H A D | test_crypto.c | 341 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()
|