Home
last modified time | relevance | path

Searched refs:d2i_TS_REQ_bio (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
HDts.c546 query = d2i_TS_REQ_bio(in_bio, NULL); in query_command()
1155 if ((request = d2i_TS_REQ_bio(input, NULL)) == NULL) in create_verify_ctx()
/dragonfly/crypto/libressl/include/openssl/
HDts.h144 TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
/dragonfly/crypto/libressl/crypto/ts/
HDts_asn1.c240 d2i_TS_REQ_bio(BIO *bp, TS_REQ **a) in d2i_TS_REQ_bio() function
HDts_rsp_sign.c439 if (!(ctx->request = d2i_TS_REQ_bio(req_bio, NULL))) { in TS_RESP_create_response()