Home
last modified time | relevance | path

Searched refs:extractSubjectFromCertificate (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/crypto/
Dcrypto.hpp87 int extractSubjectFromCertificate(const uint8_t* cert_buf, size_t cert_len,
Dlib.rs22 extractSubjectFromCertificate, generateKeyFromPassword, randomBytes, AES_gcm_decrypt,
420 extractSubjectFromCertificate( in parse_subject_from_certificate()
440 extractSubjectFromCertificate( in parse_subject_from_certificate()
DAndroid.bp78 "--allowlist-function", "extractSubjectFromCertificate",
Dcrypto.cpp284 int extractSubjectFromCertificate(const uint8_t* cert_buf, size_t cert_len, uint8_t* subject_buf, in extractSubjectFromCertificate() function