Searched refs:md1 (Results 1 – 2 of 2) sorted by relevance
48 For these examples suppose B<md1> and B<md2> are digest BIOs, B<b64> is58 BIO_push(md1, md2);60 the new chain is B<md1-md2-b64-f>. Data written to B<md1> will be digested61 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 can70 be written to B<md1> as before.
60 unsigned char md1[SM3_DIGEST_LENGTH], md2[SM3_DIGEST_LENGTH]; in test_sm3() local64 || !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