Searched refs:pkcs7_parse_header (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Dpkcs7.c38 /* pkcs7_parse_header reads the non-certificate/non-CRL prefix of a PKCS#7
46 static int pkcs7_parse_header(uint8_t **der_bytes, CBS *out, CBS *cbs) { function
104 if (!pkcs7_parse_header(&der_bytes, &signed_data, cbs)) {
162 if (!pkcs7_parse_header(&der_bytes, &signed_data, cbs)) {

Completed in 114 milliseconds