/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaNetwork.hal | 30 * 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/ |
D | UtilityInternal.h | 93 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/ |
D | lib.rs | 23 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()
|
D | source.rs | 64 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/ |
D | IAuthGraphKeyExchange.aidl | 20 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()
|
D | SessionInitiationInfo.aidl | 20 import android.hardware.security.authgraph.Identity; 37 Identity identity;
|
D | SignedPubKey.cddl | 26 ? -70011 : Identity, ; the party who performs the signing operation adds its own 41 ; INCLUDE Identity.cddl for: Identity
|
D | Identity.aidl | 40 parcelable Identity {
|
D | Arc.cddl | 64 ; INCLUDE Identity.cddl for: Identity 65 IdentityEncoded = bstr .cbor Identity
|
D | Identity.cddl | 16 Identity = [
|
/hardware/interfaces/audio/aidl/android/hardware/audio/effect/ |
D | Descriptor.aidl | 109 parcelable Identity { 133 Identity id;
|
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/ |
D | IAuthGraphKeyExchange.aidl | 39 …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()
|
D | Identity.aidl | 36 parcelable Identity {
|
D | SessionInitiationInfo.aidl | 38 android.hardware.security.authgraph.Identity identity;
|
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/ |
D | IAuthGraphKeyExchange.aidl | 39 …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()
|
D | Identity.aidl | 36 parcelable Identity {
|
D | SessionInitiationInfo.aidl | 38 android.hardware.security.authgraph.Identity identity;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/ |
D | Descriptor.aidl | 56 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/ |
D | Descriptor.aidl | 56 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/ |
D | Descriptor.aidl | 56 parcelable Identity { 63 android.hardware.audio.effect.Descriptor.Identity id;
|
/hardware/interfaces/identity/aidl/ |
D | Android.bp | 71 // 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/ |
D | VtsAttestationTests.cpp | 111 Identity, VtsAttestationTests,
|
D | ProveOwnershipTests.cpp | 150 Identity, ProveOwnershipTests,
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioEffectFactoryTargetTest.cpp | 71 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/ |
D | EffectFactory.h | 90 std::set<Descriptor::Identity> mIdentitySet GUARDED_BY(mMutex);
|