Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DPEM_bytes_read_bio.pod11 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
14 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
35 The actual type indicated by the file is returned in I<*pnm> if I<pnm> is
36 non-NULL. The caller must free the storage pointed to by I<*pnm>.
44 returned in I<*pdata> and I<*pnm>. Accordingly, the caller must use
/openssl/crypto/pem/
H A Dpem_lib.c243 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags() argument
271 if (pnm != NULL) in pem_bytes_read_bio_flags()
272 *pnm = nm; in pem_bytes_read_bio_flags()
277 if (!ret || pnm == NULL) in pem_bytes_read_bio_flags()
285 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument
288 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio()
292 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio_secmem() argument
295 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio_secmem()
/openssl/include/openssl/
H A Dpem.h385 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
390 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,

Completed in 10 milliseconds