Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc307 optional<vector<uint8_t>> certVec = in eicOpsSignEcKey() local
311 if (!certVec) { in eicOpsSignEcKey()
316 if (*certSize < certVec.value().size()) { in eicOpsSignEcKey()
318 certVec.value().size()); in eicOpsSignEcKey()
321 memcpy(cert, certVec.value().data(), certVec.value().size()); in eicOpsSignEcKey()
322 *certSize = certVec.value().size(); in eicOpsSignEcKey()
414 vector<uint8_t> certVec(x509Cert, x509Cert + x509CertSize); in eicOpsX509CertSignedByPublicKey() local
416 return android::hardware::identity::support::certificateSignedByPublicKey(certVec, in eicOpsX509CertSignedByPublicKey()