Searched refs:do_blob_header (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/pem/ |
H A D | pvkfmt.c | 153 do_blob_header(const unsigned char **in, unsigned int length, in do_blob_header() function 257 if (do_blob_header(&p, length, &magic, &bitlen, &isdss, &ispub) <= 0) { in do_b2i() 286 if (do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) <= 0) in do_b2i_bio()
|