Home
last modified time | relevance | path

Searched defs:identity (Results 1 – 22 of 22) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_wcdma.cc21 const struct chreWwanCellIdentityWcdma &identity) { in validateIdentity()
Dcell_info_tdscdma.cc21 const struct chreWwanCellIdentityTdscdma &identity) { in validateIdentity()
Dcell_info_gsm.cc21 const struct chreWwanCellIdentityGsm &identity) { in validateIdentity()
Dcell_info_lte.cc21 const struct chreWwanCellIdentityLte &identity) { in validateIdentity()
Dcell_info_cdma.cc21 const struct chreWwanCellIdentityCdma &identity) { in validateIdentity()
Dcell_info_nr.cc29 bool CellInfoNr::validateIdentity(const struct chreWwanCellIdentityNr &identity, in validateIdentity()
/system/security/identity/
DCredentialStoreFactory.cpp29 namespace identity { namespace
DSession.cpp31 namespace identity { namespace
DUtil.cpp34 namespace identity { namespace
DCredentialStore.cpp38 namespace identity { namespace
DWritableCredential.cpp33 namespace identity { namespace
DCredentialData.cpp40 namespace identity { namespace
DCredential.cpp46 namespace identity { namespace
/system/authgraph/boringssl/src/
Dtests.rs287 let identity = Identity { in test_get_identity_with_root_key_in_incorrect_canonical_form() localVariable
314 let identity = Identity { in test_get_identity_with_root_key_in_correct_canonical_form() localVariable
Dtest_device.rs35 identity: RefCell<Option<(EcSignKey, Identity)>>, field
97 let identity = Identity { in get_identity() localVariable
/system/authgraph/tests/src/
Dlib.rs895 let identity = Value::Array(vec![ in create_identity() localVariable
952 let identity = Value::Array(vec![ in create_identity() localVariable
1021 let identity = Value::Array(vec![ in create_identity() localVariable
1084 let identity = Value::Array(vec![ in create_identity() localVariable
1148 let identity = Value::Array(vec![ in create_identity() localVariable
1213 let identity = Value::Array(vec![ in create_identity() localVariable
1243 let identity = Identity::from_slice(&data).expect("identity data did not decode"); in test_example_identity_validate() localVariable
/system/secretkeeper/client/src/
Dauthgraph_dev.rs44 identity: (EcSignKey, Identity), field
57 let identity = Identity { in new() localVariable
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dpresence_decoder_v1.h90 uint8_t identity[DataElementHeaderV1::kIdentityLength]; member
/system/secretkeeper/core/src/
Dta.rs85 identity: Identity, field
128 let identity = Identity { in new_with_session_limit() localVariable
/system/media/audio_utils/tests/
Dchannelmix_tests.cpp405 TEST_P(ChannelMixIdentityTest, identity) { in TEST_P() argument
/system/authgraph/core/src/
Dkeyexchange.rs535 let identity = Identity::from_slice(identity)?; in peer_verification_key_from_identity() localVariable
739 let identity = Identity::from_slice(identity) in decode_peer_info() localVariable
/system/authgraph/wire/src/
Dlib.rs94 pub identity: Vec<u8>, // Identity.cddl field