Home
last modified time | relevance | path

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

/minix3/minix/drivers/storage/mmc/
H A Dsdmmcreg.h192 #define MMC_CID_PNM_V1_CPY(resp, pnm) \ argument
194 (pnm)[0] = MMC_RSP_BITS((resp), 96, 8); \
195 (pnm)[1] = MMC_RSP_BITS((resp), 88, 8); \
196 (pnm)[2] = MMC_RSP_BITS((resp), 80, 8); \
197 (pnm)[3] = MMC_RSP_BITS((resp), 72, 8); \
198 (pnm)[4] = MMC_RSP_BITS((resp), 64, 8); \
199 (pnm)[5] = MMC_RSP_BITS((resp), 56, 8); \
200 (pnm)[6] = MMC_RSP_BITS((resp), 48, 8); \
201 (pnm)[7] = '\0'; \
210 #define MMC_CID_PNM_V2_CPY(resp, pnm) \ argument
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c270 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument
300 if (pnm) in PEM_bytes_read_bio()
301 *pnm = nm; in PEM_bytes_read_bio()
306 if (!ret || !pnm) in PEM_bytes_read_bio()
H A Dpem.h404 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,