Home
last modified time | relevance | path

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

/openssl/crypto/pem/
H A Dpem_lib.c695 memmove(linebuf, linebuf + 3, len - 3); in sanitize_line()
696 linebuf[len - 3] = 0; in sanitize_line()
709 if (!ossl_isbase64(linebuf[i]) || linebuf[i] == '\n' in sanitize_line()
718 if (linebuf[i] == '\n' || linebuf[i] == '\r') in sanitize_line()
726 linebuf[len++] = '\n'; in sanitize_line()
727 linebuf[len] = '\0'; in sanitize_line()
741 char *linebuf; in get_name() local
751 if (linebuf == NULL) { in get_name()
809 char *linebuf, *p; in get_header_and_data() local
819 if (linebuf == NULL) { in get_header_and_data()
[all …]
/openssl/crypto/asn1/
H A Dasn_mime.c517 char linebuf[MAX_SMLEN]; in SMIME_crlf_copy() local
530 BIO_write(out, linebuf, len); in SMIME_crlf_copy()
536 eol = strip_eol(linebuf, &len, flags); in SMIME_crlf_copy()
545 BIO_write(out, linebuf, len); in SMIME_crlf_copy()
600 char linebuf[MAX_SMLEN]; in multi_split() local
654 BIO_write(bpart, linebuf, len); in multi_split()
675 char linebuf[MAX_SMLEN]; in STACK_OF() local
685 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()
691 for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n'); in STACK_OF()
780 if (p == linebuf) in STACK_OF()
[all …]
/openssl/crypto/x509/
H A Dv3_utl.c318 char *linebuf; in STACK_OF() local
322 linebuf = OPENSSL_strdup(line); in STACK_OF()
323 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 18 milliseconds