Home
last modified time | relevance | path

Searched defs:Credential (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/identity/
Dcredential.rs130 pub enum Credential { enum
146 impl Credential { impl
189 impl MlsSize for Credential { implementation
202 impl MlsEncode for Credential { implementation
215 impl MlsDecode for Credential { implementation
241 fn into_credential(self) -> Result<Credential, Self::Error>; in into_credential()
Dbasic.rs66 pub fn into_credential(self) -> Credential { in into_credential()
78 fn into_credential(self) -> Result<Credential, Self::Error> { in into_credential()
Dx509.rs124 pub fn into_credential(self) -> Credential { in into_credential()
136 fn into_credential(self) -> Result<Credential, Self::Error> { in into_credential()
Dsigning_identity.rs27 pub fn new(credential: Credential, signature_key: SignaturePublicKey) -> SigningIdentity { in new()
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_unix.go124 type Credential struct { struct
125 Uid uint32 // User ID.
126 Gid uint32 // Group ID.
127 Groups []uint32 // Supplementary group IDs.
128 NoSetGroups bool // If true, don't set supplementary groups
Dexec_libc2.go17 Credential *Credential // Credential. member
Dexec_bsd.go16 Credential *Credential // Credential. member
Dexec_freebsd.go14 Credential *Credential // Credential. member
Dexec_libc.go18 Credential *Credential // Credential. member
/aosp_15_r20/frameworks/base/core/java/android/credentials/
H A DCredential.java32 public final class Credential implements Parcelable { class
92 public Credential(@NonNull String type, @NonNull Bundle data) { in Credential() method in Credential
97 private Credential(@NonNull Parcel in) { in Credential() method in Credential
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go451 Credential *Credential member
2148 type Credential struct { struct
2149 Type CredentialType
2151 Certificate [][]byte
2152 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey
2155 OCSPStaple []byte
2159 SignedCertificateTimestampList []byte
2162 SignatureAlgorithms []signatureAlgorithm
2167 Leaf *x509.Certificate
2170 DelegatedCredential []byte
[all …]
H A Dcipher_suites.go31 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server…
32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)
H A Dsign.go30 func selectSignatureAlgorithm(isClient bool, version uint16, cred *Credential, config *Config, peer…
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go448 Credential *Credential member
2134 type Credential struct { struct
2135 Type CredentialType
2137 Certificate [][]byte
2138 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey
2141 OCSPStaple []byte
2145 SignedCertificateTimestampList []byte
2148 SignatureAlgorithms []signatureAlgorithm
2153 Leaf *x509.Certificate
2156 DelegatedCredential []byte
[all …]
H A Dcipher_suites.go31 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server…
32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)
H A Dsign.go30 func selectSignatureAlgorithm(version uint16, cred *Credential, config *Config, peerSigAlgs []signa…
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/
DUserCredentialsSettings.java495 static class Credential implements Parcelable { class in UserCredentialsSettings
540 Credential(final String alias, final int uid) { in Credential() method in UserCredentialsSettings.Credential
545 Credential(Parcel in) { in Credential() method in UserCredentialsSettings.Credential
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
H A DBiometricPromptRequest.kt52 sealed class Credential( class
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DCredential.java50 public final class Credential implements Parcelable { class
1002 public Credential() {} in Credential() method in Credential
1009 public Credential(Credential source) { in Credential() method in Credential
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/domain/model/
DBiometricPromptRequest.java137 …public static abstract class Credential extends com.android.systemui.biometrics.domain.model.Biome… class in BiometricPromptRequest
139 …private Credential(android.hardware.biometrics.PromptInfo info, com.android.systemui.biometrics.sh… in Credential() method in BiometricPromptRequest.Credential
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/
Dcustom.rs187 fn into_credential(self) -> Result<Credential, Self::Error> { in into_credential()
218 let Credential::Custom(custom) = &signing_identity.credential else { in validate_member() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/
Dmod.rs32 pub fn get_test_basic_credential(identity: Vec<u8>) -> Credential { in get_test_basic_credential()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Didentity.rs179 pub fn get_test_basic_credential(identity: Vec<u8>) -> Credential { in get_test_basic_credential()
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDgoogle-oauth-client-1.31.4.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-oauth-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12345678910>>...12