Searched refs:eci (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8.c | 755 CBS version_bytes, eci, contents_type, ai, encrypted_contents; in PKCS12_handle_content_info() local 765 !CBS_get_asn1(&contents, &eci, CBS_ASN1_SEQUENCE) || in PKCS12_handle_content_info() 766 !CBS_get_asn1(&eci, &contents_type, CBS_ASN1_OBJECT) || in PKCS12_handle_content_info() 769 !CBS_get_asn1_element(&eci, &ai, CBS_ASN1_SEQUENCE) || in PKCS12_handle_content_info() 770 !CBS_get_asn1(&eci, &encrypted_contents, in PKCS12_handle_content_info()
|