Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 25 of 47) sorted by relevance

12

/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaNetwork.hal30 * EAP IMSI Identity to be used for authentication to EAP SIM networks.
35 * Identity string is built from IMSI. Format is:
43 * '0' - EAP-AKA Identity
44 * '1' - EAP-SIM Identity
45 * '6' - EAP-AKA-PRIME Identity
50 * Encrypted EAP IMSI Identity to be used for authentication to EAP SIM
58 * Identity string is built from encrypted IMSI. Format is:
71 * Set EAP encrypted IMSI Identity for this network.
73 * @param identity Identity string built from the encrypted IMSI.
88 * @param identity Identity string containing the IMSI.
[all …]
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DUtilityInternal.h93 struct Identity {
103 constexpr bool isCompleteOrUnboundedArray(Identity<T>) {
106 template <typename Identity, typename T = typename Identity::Type>
107 constexpr bool isCompleteOrUnboundedArray(Identity) {
121 static_assert(isCompleteOrUnboundedArray(Identity<T>{}),
127 static_assert(isCompleteOrUnboundedArray(Identity<T>{}),
134 static_assert(isCompleteOrUnboundedArray(Identity<T>{}),
140 static_assert(isCompleteOrUnboundedArray(Identity<T>{}),
/hardware/interfaces/security/authgraph/aidl/vts/functional/
Dlib.rs23 Error::Error, IAuthGraphKeyExchange::IAuthGraphKeyExchange, Identity::Identity,
57 fn vec_to_identity(data: &[u8]) -> Identity { in vec_to_identity() argument
58 Identity { in vec_to_identity()
Dsource.rs64 let sink_verification_key = key::Identity::from_slice(&sink_init_info.identity)
83 &Identity {
168 &Identity { in test_corrupt_sig()
216 let sink_verification_key = key::Identity::from_slice(&sink_init_info.identity) in test_corrupt_key()
244 &Identity { in test_corrupt_key()
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl20 import android.hardware.security.authgraph.Identity;
125 in PubKey peerPubKey, in Identity peerId, in byte[] peerNonce, in int peerVersion); in init()
195 SessionInfo finish(in PubKey peerPubKey, in Identity peerId, in finish()
DSessionInitiationInfo.aidl20 import android.hardware.security.authgraph.Identity;
37 Identity identity;
DSignedPubKey.cddl26 ? -70011 : Identity, ; the party who performs the signing operation adds its own
41 ; INCLUDE Identity.cddl for: Identity
DIdentity.aidl40 parcelable Identity {
DArc.cddl64 ; INCLUDE Identity.cddl for: Identity
65 IdentityEncoded = bstr .cbor Identity
DIdentity.cddl16 Identity = [
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DDescriptor.aidl109 parcelable Identity {
133 Identity id;
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl39 …ity.authgraph.PubKey peerPubKey, in android.hardware.security.authgraph.Identity peerId, in byte[]… in init()
40 …ity.authgraph.PubKey peerPubKey, in android.hardware.security.authgraph.Identity peerId, in androi… in finish()
DIdentity.aidl36 parcelable Identity {
DSessionInitiationInfo.aidl38 android.hardware.security.authgraph.Identity identity;
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl39 …ity.authgraph.PubKey peerPubKey, in android.hardware.security.authgraph.Identity peerId, in byte[]… in init()
40 …ity.authgraph.PubKey peerPubKey, in android.hardware.security.authgraph.Identity peerId, in androi… in finish()
DIdentity.aidl36 parcelable Identity {
DSessionInitiationInfo.aidl38 android.hardware.security.authgraph.Identity identity;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DDescriptor.aidl56 parcelable Identity {
63 android.hardware.audio.effect.Descriptor.Identity id;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DDescriptor.aidl56 parcelable Identity {
63 android.hardware.audio.effect.Descriptor.Identity id;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DDescriptor.aidl56 parcelable Identity {
63 android.hardware.audio.effect.Descriptor.Identity id;
/hardware/interfaces/identity/aidl/
DAndroid.bp71 // cc_defaults that includes the latest Identity AIDL library.
72 // Modules that depend on Identity directly can include this cc_defaults to
/hardware/interfaces/identity/aidl/vts/
DVtsAttestationTests.cpp111 Identity, VtsAttestationTests,
DProveOwnershipTests.cpp150 Identity, ProveOwnershipTests,
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp71 const Descriptor::Identity kNullId = {.uuid = getEffectUuidNull()};
72 const Descriptor::Identity kZeroId = {.uuid = getEffectUuidZero()};
78 void ForEachId(const std::vector<Descriptor::Identity> ids, Functor functor) { in ForEachId()
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectFactory.h90 std::set<Descriptor::Identity> mIdentitySet GUARDED_BY(mMutex);

12