Searched refs:ASN1_item_i2d_mem_bio (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | ASN1_item_d2i_bio.pod | 6 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 D | OSSL_HTTP_REQ_CTX.pod | 277 L<ASN1_item_i2d_mem_bio(3)>,
|
H A D | OSSL_HTTP_transfer.pod | 287 L<ASN1_item_i2d_mem_bio(3)>, L<ASN1_item_d2i_bio(3)>,
|
/openssl/crypto/cmp/ |
H A D | cmp_http.c | 66 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 D | a_i2d_fp.c | 111 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 D | http_test.c | 146 req = ASN1_item_i2d_mem_bio(x509_it, (ASN1_VALUE *)x509); in test_http_method()
|
/openssl/crypto/http/ |
H A D | http_client.c | 354 res = (mem = ASN1_item_i2d_mem_bio(it, req)) != NULL; in OSSL_HTTP_REQ_CTX_set1_req()
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 808 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
|
/openssl/apps/lib/ |
H A D | apps.c | 2665 BIO *rsp, *req_mem = ASN1_item_i2d_mem_bio(req_it, req); in app_http_post_asn1()
|
/openssl/util/ |
H A D | libcrypto.num | 4897 ASN1_item_i2d_mem_bio 5025 3_0_0 EXIST::FUNCTION:
|
Completed in 61 milliseconds