Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_lib.c622 BUF_MEM *headerB; in PEM_read_bio() local
626 headerB=BUF_MEM_new(); in PEM_read_bio()
628 if ((nameB == NULL) || (headerB == NULL) || (dataB == NULL)) in PEM_read_bio()
631 BUF_MEM_free(headerB); in PEM_read_bio()
668 if (!BUF_MEM_grow(headerB,256)) in PEM_read_bio()
670 headerB->data[0]='\0'; in PEM_read_bio()
680 if (!BUF_MEM_grow(headerB,hl+i+9)) in PEM_read_bio()
687 memcpy(&(headerB->data[hl]),buf,i); in PEM_read_bio()
688 headerB->data[hl+i]='\0'; in PEM_read_bio()
733 tmpB=headerB; in PEM_read_bio()
[all …]