Home
last modified time | relevance | path

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

/openssl/test/
H 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()
/openssl/doc/man3/
H A DBIO_push.pod54 For these examples suppose I<md1> and I<md2> are digest BIOs,
64 BIO_push(md1, md2);
66 the new chain is I<md1-md2-b64-f>. Data written to I<md1> will be digested
67 by I<md1> and I<md2>, base64 encoded, and finally written to I<f>.
71 and digested by I<md2> and then I<md1>.
77 will return I<b64> and the new chain will be I<md1-b64-f>.
78 Data can be written to and read from I<md1> as before,

Completed in 5 milliseconds