Searched refs:cert_bag (Results 1 – 1 of 1) sorted by relevance
858 CBS cert_bag, cert_type, wrapped_cert, cert; in PKCS12_handle_content_info() local860 if (!CBS_get_asn1(&wrapped_contents, &cert_bag, CBS_ASN1_SEQUENCE) || in PKCS12_handle_content_info()861 !CBS_get_asn1(&cert_bag, &cert_type, CBS_ASN1_OBJECT) || in PKCS12_handle_content_info()862 !CBS_get_asn1(&cert_bag, &wrapped_cert, in PKCS12_handle_content_info()