Searched refs:bound (Results 1 – 1 of 1) sorted by relevance
| /crypto/asn1/ |
| A D | asn_mime.c | 56 static int mime_bound_check(char *line, int linelen, const char *bound, int blen); 265 char bound[33], c; in SMIME_write_ASN1_ex() local 282 if (RAND_bytes_ex(libctx, (unsigned char *)bound, 32, 0) <= 0) in SMIME_write_ASN1_ex() 285 c = bound[i] & 0xf; in SMIME_write_ASN1_ex() 290 bound[i] = c; in SMIME_write_ASN1_ex() 292 bound[32] = 0; in SMIME_write_ASN1_ex() 304 bound, mime_eol, mime_eol, in SMIME_write_ASN1_ex() 306 bound, mime_eol) < 0) in SMIME_write_ASN1_ex() 310 if (BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol) < 0) in SMIME_write_ASN1_ex() 650 size_t blen_s = strlen(bound); in multi_split() [all …]
|
Completed in 8 milliseconds