Searched refs:pnm (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c233 char **pnm, const char *name, BIO *bp,
261 if (pnm != NULL)
262 *pnm = nm;
267 if (!ret || pnm == NULL)
275 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, argument
278 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u,
282 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, argument
285 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u,
232 pem_bytes_read_bio_flags(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp, pem_password_cb *cb, void *u, unsigned int flags) argument
/freebsd-12-stable/sys/dev/mmc/
H A Dmmcreg.h632 char pnm[8]; member in struct:mmc_cid
692 const char *pnm; member in struct:mmc_quirk
H A Dmmc.c1101 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
1102 cid->pnm[5] = 0;
1119 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
1120 cid->pnm[6] = 0;
1165 ivar->cid.pnm, ivar->cid.prv >> 4, ivar->cid.prv & 0x0f,
1899 strncmp(quirk->pnm, ivar->cid.pnm,
1900 sizeof(ivar->cid.pnm)) == 0) {
1912 * mid=0x1b oid=0x534d pnm="00000" prv=1.0 mdt=00.2000
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dpem.h244 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm,
249 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
/freebsd-12-stable/sys/cam/mmc/
H A Dmmc_da.c345 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
346 cid->pnm[5] = 0;
363 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8);
364 cid->pnm[6] = 0;
406 sc->cid.pnm, sc->cid.prv >> 4, sc->cid.prv & 0x0f,

Completed in 384 milliseconds