Searched refs:br_md5sha1_context (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/hash/ |
H A D | md5sha1.c | 29 br_md5sha1_init(br_md5sha1_context *cc) in br_md5sha1_init() 39 br_md5sha1_update(br_md5sha1_context *cc, const void *data, size_t len) in br_md5sha1_update() 68 br_md5sha1_out(const br_md5sha1_context *cc, void *dst) in br_md5sha1_out() 103 br_md5sha1_state(const br_md5sha1_context *cc, void *dst) in br_md5sha1_state() 115 br_md5sha1_set_state(br_md5sha1_context *cc, const void *stb, uint64_t count) in br_md5sha1_set_state() 127 sizeof(br_md5sha1_context),
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 1006 } br_md5sha1_context; typedef 1016 void br_md5sha1_init(br_md5sha1_context *ctx); 1029 void br_md5sha1_update(br_md5sha1_context *ctx, const void *data, size_t len); 1043 void br_md5sha1_out(const br_md5sha1_context *ctx, void *out); 1057 uint64_t br_md5sha1_state(const br_md5sha1_context *ctx, void *out); 1068 void br_md5sha1_set_state(br_md5sha1_context *ctx, 1085 br_md5sha1_context md5sha1;
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 280 br_md5sha1_context cc; in test_MD5_SHA1()
|