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 | 236 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags() argument 264 if (pnm != NULL) in pem_bytes_read_bio_flags() 265 *pnm = nm; in pem_bytes_read_bio_flags() 270 if (!ret || pnm == NULL) in pem_bytes_read_bio_flags() 278 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument 281 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio() 285 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio_secmem() argument 288 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 | 654 char pnm[8]; member 714 const char *pnm; member
|
H A D | mmc.c | 1093 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_sd() 1094 cid->pnm[5] = 0; in mmc_decode_cid_sd() 1111 cid->pnm[i] = mmc_get_bits(raw_cid, 128, 96 - i * 8, 8); in mmc_decode_cid_mmc() 1112 cid->pnm[6] = 0; in mmc_decode_cid_mmc() 1157 ivar->cid.pnm, ivar->cid.prv >> 4, ivar->cid.prv & 0x0f, in mmc_format_card_id_string() 1893 strncmp(quirk->pnm, ivar->cid.pnm, in mmc_discover_cards() 1894 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 | 380 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, 385 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
|