Home
last modified time | relevance | path

Searched refs:hdr_buf (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c101 unsigned char hdr_buf[16], *buf = NULL; in msblob2key_decode() local
111 if (BIO_read(in, hdr_buf, 16) != 16) { in msblob2key_decode()
116 p = hdr_buf; in msblob2key_decode()
/openssl/crypto/pem/
H A Dpvkfmt.c328 unsigned char hdr_buf[16], *buf = NULL; in ossl_b2i_bio() local
334 if (BIO_read(in, hdr_buf, 16) != 16) { in ossl_b2i_bio()
338 p = hdr_buf; in ossl_b2i_bio()

Completed in 9 milliseconds