Searched refs:boundary (Results 1 – 17 of 17) sorted by relevance
40 unsigned char **boundary; member84 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()
360 sarg.boundary = NULL; in asn1_output_data()
18 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream() argument29 *boundary = &(*pos)->data; in CMS_stream()
305 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
33 # define ALIGN_OF(ptr, boundary) \34 ((unsigned char *)(ptr) + (boundary - (((size_t)(ptr)) & (boundary - 1))))
52 record boundary. If the connection was at a record boundary when
33 unsigned char **boundary;255 =item I<boundary>257 The streaming I/O boundary.
80 to reliably determine EOF (for example a MIME boundary).
42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
704 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) in PKCS7_stream() argument742 *boundary = &os->data; in PKCS7_stream()
298 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
108 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
726 /* Streaming I/O boundary */727 unsigned char **boundary; member
396 module boundary. However since they are not cryptographic algorithms themselves
464 to access the same randomness sources from outside the validated boundary.
87 ASN1_R_NO_MULTIPART_BOUNDARY:211:no multipart boundary1385 SSL_R_NOT_ON_RECORD_BOUNDARY:182:not on record boundary
11107 * Expand security boundary to match 1.1.1 module.
Completed in 39 milliseconds