Searched defs:mlch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dt_req.c100 char mlch = ' '; local
104 mlch = '\n';
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
H A Dt_x509.c109 char *m=NULL,mlch = ' '; local
117 mlch = '\n';
185 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
200 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
/external/openssl/crypto/asn1/
H A Dt_req.c100 char mlch = ' '; local
104 mlch = '\n';
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
H A Dt_x509.c109 char *m=NULL,mlch = ' '; local
117 mlch = '\n';
185 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
200 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;

Completed in 109 milliseconds