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

/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c862 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local
895 if (!CBS_get_asn1(&pfx, &authsafe, CBS_ASN1_SEQUENCE)) {
910 /* authsafe is a PKCS#7 ContentInfo. See
912 if (!CBS_get_asn1(&authsafe, &content_type, CBS_ASN1_OBJECT) ||
913 !CBS_get_asn1(&authsafe, &wrapped_authsafes,

Completed in 107 milliseconds