Searched defs:akid (Results 1 - 10 of 10) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_purp.c499 x->akid =X509_get_ext_d2i(x, NID_authority_key_identifier, NULL, NULL);
505 if (X509_check_akid(x, x->akid) == X509_V_OK &&
733 * 2. If akid(subject) exists check it matches issuer
747 if(subject->akid)
749 int ret = X509_check_akid(issuer, subject->akid);
764 int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid) argument
767 if(!akid)
771 if(akid->keyid && issuer->skid &&
772 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid) )
775 if(akid
[all...]
/external/boringssl/include/openssl/
H A Dx509.h257 AUTHORITY_KEYID *akid; member in struct:x509_st
426 AUTHORITY_KEYID *akid; member in struct:X509_crl_st
/external/boringssl/src/include/openssl/
H A Dx509.h257 AUTHORITY_KEYID *akid; member in struct:x509_st
426 AUTHORITY_KEYID *akid; member in struct:X509_crl_st
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 355 milliseconds