Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h591 virtual const Null* asNull() const { return nullptr; }; in asNull() function
637 const Null* asNull() const override { return this; } in asNull() function
/aosp12/system/keymaster/cppcose/
H A Dcppcose.cpp274 if (!ciphertext->asSimple() || !ciphertext->asSimple()->asNull()) { in getSenderPubKeyFromCoseEncrypt()
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp1810 if (payloadAsSimple->asNull() == nullptr) { in coseCheckEcDsaSignature()
1898 if (payloadAsSimple->asNull() == nullptr) { in coseSignGetPayload()