Home
last modified time | relevance | path

Searched refs:ASN1_item_i2d_mem_bio (Results 1 – 10 of 10) sorted by relevance

/openssl-master/doc/man3/
A DASN1_item_d2i_bio.pod6 ASN1_item_d2i_fp_ex, ASN1_item_d2i_fp, ASN1_item_i2d_mem_bio
27 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
65 ASN1_item_i2d_mem_bio() encodes the given ASN.1 value I<val>
72 ASN1_item_i2d_mem_bio() returns a pointer to a memory BIO or NULL on error.
77 and ASN1_item_i2d_mem_bio() were added in OpenSSL 3.0.
A DOSSL_HTTP_REQ_CTX.pod247 L<ASN1_item_i2d_mem_bio(3)>,
A DOSSL_HTTP_transfer.pod251 L<ASN1_item_i2d_mem_bio(3)>, L<ASN1_item_d2i_bio(3)>,
/openssl-master/crypto/cmp/
A Dcmp_http.c66 if ((req_mem = ASN1_item_i2d_mem_bio(it, (const ASN1_VALUE *)req)) == NULL) in OSSL_CMP_MSG_http_perform()
/openssl-master/crypto/asn1/
A Da_i2d_fp.c113 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val) in ASN1_item_i2d_mem_bio() function
/openssl-master/test/
A Dhttp_test.c119 BIO *rsp, *req = ASN1_item_i2d_mem_bio(x509_it, (ASN1_VALUE *)x509); in test_http_x509()
/openssl-master/crypto/http/
A Dhttp_client.c310 res = (mem = ASN1_item_i2d_mem_bio(it, req)) != NULL; in OSSL_HTTP_REQ_CTX_set1_req()
/openssl-master/include/openssl/
A Dasn1.h.in805 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
/openssl-master/apps/lib/
A Dapps.c2544 BIO *rsp, *req_mem = ASN1_item_i2d_mem_bio(req_it, req); in app_http_post_asn1()
/openssl-master/util/
A Dlibcrypto.num4897 ASN1_item_i2d_mem_bio 5025 3_0_0 EXIST::FUNCTION:

Completed in 33 milliseconds