Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DASN1_item_d2i_bio.pod6 ASN1_item_d2i_fp_ex, ASN1_item_d2i_fp, ASN1_item_i2d_mem_bio,
28 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
73 ASN1_item_i2d_mem_bio() encodes the given ASN.1 value I<val>
95 ASN1_item_i2d_mem_bio() returns a pointer to a memory BIO or NULL on error.
102 and ASN1_item_i2d_mem_bio() were added in OpenSSL 3.0.
H A DOSSL_HTTP_REQ_CTX.pod277 L<ASN1_item_i2d_mem_bio(3)>,
H A DOSSL_HTTP_transfer.pod287 L<ASN1_item_i2d_mem_bio(3)>, L<ASN1_item_d2i_bio(3)>,
/openssl/crypto/cmp/
H 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/crypto/asn1/
H A Da_i2d_fp.c111 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val) in ASN1_item_i2d_mem_bio() function
/openssl/test/
H A Dhttp_test.c146 req = ASN1_item_i2d_mem_bio(x509_it, (ASN1_VALUE *)x509); in test_http_method()
/openssl/crypto/http/
H A Dhttp_client.c354 res = (mem = ASN1_item_i2d_mem_bio(it, req)) != NULL; in OSSL_HTTP_REQ_CTX_set1_req()
/openssl/include/openssl/
H A Dasn1.h.in808 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
/openssl/apps/lib/
H A Dapps.c2665 BIO *rsp, *req_mem = ASN1_item_i2d_mem_bio(req_it, req); in app_http_post_asn1()
/openssl/util/
H A Dlibcrypto.num4897 ASN1_item_i2d_mem_bio 5025 3_0_0 EXIST::FUNCTION:

Completed in 61 milliseconds