Home | History | Annotate | Download | only in pkcs8

Lines Matching refs:content_info

670 static int PKCS12_handle_content_info(CBS *content_info, unsigned depth,
712 CBS content_info;
713 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE)) {
718 if (!PKCS12_handle_content_info(&content_info, depth + 1, ctx)) {
736 static int PKCS12_handle_content_info(CBS *content_info, unsigned depth,
741 if (!CBS_get_asn1(content_info, &content_type, CBS_ASN1_OBJECT) ||
742 !CBS_get_asn1(content_info, &wrapped_contents,