Home
last modified time | relevance | path

Searched refs:d2i_TS_RESP_bio (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
HDts.c796 response = d2i_TS_RESP_bio(in_bio, NULL); in reply_command()
1083 if ((response = d2i_TS_RESP_bio(in_bio, NULL)) == NULL) in verify_command()
/dragonfly/crypto/libressl/include/openssl/
HDts.h169 TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
/dragonfly/crypto/libressl/crypto/ts/
HDts_asn1.c650 d2i_TS_RESP_bio(BIO *bp, TS_RESP **a) in d2i_TS_RESP_bio() function