Searched refs:pnm (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | PEM_bytes_read_bio.pod | 11 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
|
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pem_lib.c | 242 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags() argument 270 if (pnm != NULL) in pem_bytes_read_bio_flags() 271 *pnm = nm; in pem_bytes_read_bio_flags() 276 if (!ret || pnm == NULL) in pem_bytes_read_bio_flags() 284 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 296 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio_secmem()
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmcreg.h | 655 char pnm[8]; member 715 const char *pnm; member
|
| H A D | mmc.c | 1101 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_sd() 1102 cid->pnm[5] = 0; in mmc_decode_cid_sd() 1119 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_mmc() 1120 cid->pnm[6] = 0; in mmc_decode_cid_mmc() 1165 ivar->cid.pnm, ivar->cid.prv >> 4, ivar->cid.prv & 0x0f, in mmc_format_card_id_string() 1901 strncmp(quirk->pnm, ivar->cid.pnm, in mmc_discover_cards() 1902 sizeof(ivar->cid.pnm)) == 0) { in mmc_discover_cards()
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_da.c | 374 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_sd() 375 cid->pnm[5] = 0; in mmc_decode_cid_sd() 392 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_mmc() 393 cid->pnm[6] = 0; in mmc_decode_cid_mmc() 435 sc->cid.pnm, sc->cid.prv >> 4, sc->cid.prv & 0x0f, in mmc_format_card_id_string()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | pem.h | 386 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, 391 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | images | 249 !:ext ppm/pnm
|