Home
last modified time | relevance | path

Searched refs:linebuf (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/pem/
H A Dpem_lib.c710 memmove(linebuf, linebuf + 3, len - 3); in sanitize_line()
711 linebuf[len - 3] = 0; in sanitize_line()
724 if (!ossl_isbase64(linebuf[i]) || linebuf[i] == '\n' in sanitize_line()
733 if (linebuf[i] == '\n' || linebuf[i] == '\r') in sanitize_line()
741 linebuf[len++] = '\n'; in sanitize_line()
742 linebuf[len] = '\0'; in sanitize_line()
756 char *linebuf; in get_name() local
766 if (linebuf == NULL) in get_name()
820 char *linebuf, *p; in get_header_and_data() local
830 if (linebuf == NULL) in get_header_and_data()
[all …]
/openssl/crypto/asn1/
H A Dasn_mime.c519 char linebuf[MAX_SMLEN]; in SMIME_crlf_copy() local
539 BIO_write(out, linebuf, len); in SMIME_crlf_copy()
545 eol = strip_eol(linebuf, &len, flags); in SMIME_crlf_copy()
554 BIO_write(out, linebuf, len); in SMIME_crlf_copy()
612 char linebuf[MAX_SMLEN]; in multi_split() local
666 BIO_write(bpart, linebuf, len); in multi_split()
687 char linebuf[MAX_SMLEN]; in STACK_OF() local
697 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()
703 for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n'); in STACK_OF()
792 if (p == linebuf) in STACK_OF()
[all …]
/openssl/crypto/x509/
H A Dv3_utl.c320 char *linebuf; in STACK_OF() local
324 linebuf = OPENSSL_strdup(line); in STACK_OF()
325 if (linebuf == NULL) in STACK_OF()
330 for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n'); in STACK_OF()
396 OPENSSL_free(linebuf); in STACK_OF()
400 OPENSSL_free(linebuf); in STACK_OF()

Completed in 16 milliseconds