Home
last modified time | relevance | path

Searched refs:md1 (Results 1 – 2 of 2) sorted by relevance

/openssl-master/doc/man3/
A DBIO_push.pod48 For these examples suppose B<md1> and B<md2> are digest BIOs, B<b64> is
58 BIO_push(md1, md2);
60 the new chain is B<md1-md2-b64-f>. Data written to B<md1> will be digested
61 by B<md1> and B<md2>, B<base64> encoded and written to B<f>.
65 by B<md2> and B<md1>. If the call:
69 The call will return B<b64> and the new chain will be B<md1-b64-f> data can
70 be written to B<md1> as before.
/openssl-master/test/
A Dsm3_internal_test.c60 unsigned char md1[SM3_DIGEST_LENGTH], md2[SM3_DIGEST_LENGTH]; in test_sm3() local
64 || !TEST_true(ossl_sm3_final(md1, &ctx1)) in test_sm3()
65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH)) in test_sm3()

Completed in 4 milliseconds