Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 17 of 17) sorted by relevance

/openssl-master/crypto/asn1/
A Dbio_ndef.c40 unsigned char **boundary; member
84 sarg.boundary = NULL; in BIO_new_NDEF()
92 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
128 if (*ndef_aux->boundary == NULL) in ndef_prefix()
131 *plen = *ndef_aux->boundary - *pbuf; in ndef_prefix()
186 sarg.boundary = ndef_aux->boundary; in ndef_suffix()
203 if (*ndef_aux->boundary == NULL) in ndef_suffix()
205 *pbuf = *ndef_aux->boundary; in ndef_suffix()
206 *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf); in ndef_suffix()
A Dasn_mime.c360 sarg.boundary = NULL; in asn1_output_data()
/openssl-master/crypto/cms/
A Dcms_io.c18 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream() argument
29 *boundary = &(*pos)->data; in CMS_stream()
A Dcms_asn1.c305 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
/openssl-master/crypto/bn/
A Drsaz_exp_x2.c33 # define ALIGN_OF(ptr, boundary) \
34 ((unsigned char *)(ptr) + (boundary - (((size_t)(ptr)) & (boundary - 1))))
/openssl-master/doc/man3/
A DSSL_CTX_set_num_tickets.pod52 record boundary. If the connection was at a record boundary when
A DASN1_aux_cb.pod33 unsigned char **boundary;
255 =item I<boundary>
257 The streaming I/O boundary.
A DBIO_f_base64.pod80 to reliably determine EOF (for example a MIME boundary).
/openssl-master/crypto/pkcs7/
A Dpk7_asn1.c42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
A Dpk7_lib.c704 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) in PKCS7_stream() argument
742 *boundary = &os->data; in PKCS7_stream()
/openssl-master/include/openssl/
A Dpkcs7.h.in298 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
A Dcms.h.in108 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
A Dasn1t.h.in726 /* Streaming I/O boundary */
727 unsigned char **boundary; member
/openssl-master/doc/man7/
A Dfips_module.pod396 module boundary. However since they are not cryptographic algorithms themselves
/openssl-master/doc/man5/
A Dconfig.pod464 to access the same randomness sources from outside the validated boundary.
/openssl-master/crypto/err/
A Dopenssl.txt87 ASN1_R_NO_MULTIPART_BOUNDARY:211:no multipart boundary
1385 SSL_R_NOT_ON_RECORD_BOUNDARY:182:not on record boundary
/openssl-master/
A DCHANGES.md11107 * Expand security boundary to match 1.1.1 module.

Completed in 39 milliseconds