Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c824 CBS cert_bag, cert_type, wrapped_cert, cert; in PKCS12_handle_content_info() local
826 if (!CBS_get_asn1(&wrapped_contents, &cert_bag, CBS_ASN1_SEQUENCE) || in PKCS12_handle_content_info()
827 !CBS_get_asn1(&cert_bag, &cert_type, CBS_ASN1_OBJECT) || in PKCS12_handle_content_info()
828 !CBS_get_asn1(&cert_bag, &wrapped_cert, in PKCS12_handle_content_info()