Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc50 nci_pkt.oid = NCI_CORE_RESET; in hal_nci_send_reset()
67 nci_pkt.oid = NCI_CORE_INIT; in hal_nci_send_init()
86 nci_pkt.oid = 0x01; // RF_SET_LMRT in hal_nci_send_clearLmrt()
115 nci_pkt.oid = NCI_PROP_FW_CFG; in hal_nci_send_prop_fw_cfg()
177 dummy_rsp.oid = NCI_OID(pkt); in nfc_hal_prehandler()
206 pkt->oid = NCI_PROP_WR_RESET; in nfc_hal_prehandler()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h32 uint8_t oid; member
44 #define NCI_OID(x) ((x)->oid & 0x3F)
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp340 ASN1_OBJECT_Ptr oid(OBJ_txt2obj(kAttestionRecordOid, 1 /* dotted string format */)); in MAKE_OPENSSL_PTR_TYPE() local
341 if (!oid.get()) { in MAKE_OPENSSL_PTR_TYPE()
346 int location = X509_get_ext_by_OBJ(x509.get(), oid.get(), -1 /* search from beginning */); in MAKE_OPENSSL_PTR_TYPE()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1198 ASN1_OBJECT_Ptr oid( in ecPublicKeyGenerateCertificate() local
1200 if (!oid.get()) { in ecPublicKeyGenerateCertificate()
1211 extension.reset(X509_EXTENSION_create_by_OBJ(nullptr, oid.get(), 0 /* not critical */, in ecPublicKeyGenerateCertificate()
1402 ASN1_OBJECT_Ptr oid( in certificateGetExtension() local
1404 if (!oid.get()) { in certificateGetExtension()
1409 int location = X509_get_ext_by_OBJ(certs[0].get(), oid.get(), -1 /* search from beginning */); in certificateGetExtension()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp103 ASN1_OBJECT_Ptr oid(OBJ_txt2obj(kAttestionRecordOid, 1 /* dotted string format */)); in get_attestation_record() local
104 EXPECT_TRUE(!!oid.get()); in get_attestation_record()
105 if (!oid.get()) return nullptr; in get_attestation_record()
107 int location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); in get_attestation_record()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp339 ASN1_OBJECT_Ptr oid(OBJ_txt2obj(kAttestionRecordOid, 1 /* dotted string format */)); in get_attestation_record() local
340 EXPECT_TRUE(!!oid.get()); in get_attestation_record()
341 if (!oid.get()) return nullptr; in get_attestation_record()
343 int location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); in get_attestation_record()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp336 ASN1_OBJECT_Ptr oid(OBJ_txt2obj(kAttestionRecordOid, 1 /* dotted string format */)); in get_attestation_record() local
337 EXPECT_TRUE(!!oid.get()); in get_attestation_record()
338 if (!oid.get()) return nullptr; in get_attestation_record()
340 int location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); in get_attestation_record()