Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.hpp89 int extractSubjectFromCertificate(const uint8_t* cert_buf, size_t cert_len,
Dlib.rs22 extractSubjectFromCertificate, hmacSha256, randomBytes, AES_gcm_decrypt, AES_gcm_encrypt,
440 extractSubjectFromCertificate( in parse_subject_from_certificate()
460 extractSubjectFromCertificate( in parse_subject_from_certificate()
DAndroid.bp87 "--allowlist-function=extractSubjectFromCertificate",
Dcrypto.cpp284 int extractSubjectFromCertificate(const uint8_t* cert_buf, size_t cert_len, uint8_t* subject_buf, in extractSubjectFromCertificate() function