Home
last modified time | relevance | path

Searched defs:cipherSuite (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go78 type cipherSuite struct { struct
79 id uint16
81 keyLen int
82 macLen int
83 ivLen func(version uint16) int
84 ka func(version uint16) keyAgreement
86 flags int
87 cipher func(key, iv []byte, isRead bool) any
88 mac func(version uint16, macKey []byte) macFunction
89 aead func(version uint16, key, fixedNonce []byte) *tlsAead
[all …]
H A Dprf.go121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {
133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s…
145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan…
176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { argument
455 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) an…
466 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… argument
479 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go78 type cipherSuite struct { struct
79 id uint16
81 keyLen int
82 macLen int
83 ivLen func(version uint16) int
84 ka func(version uint16) keyAgreement
86 flags int
87 cipher func(key, iv []byte, isRead bool) any
88 mac func(version uint16, macKey []byte) macFunction
89 aead func(version uint16, key, fixedNonce []byte) *tlsAead
[all …]
H A Dprf.go121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {
133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s…
145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan…
176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { argument
455 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) an…
466 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… argument
479 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcipher_suites.go135 type cipherSuite struct { struct
136 id uint16
138 keyLen int
139 macLen int
140 ivLen int
141 ka func(version uint16) keyAgreement
143 flags int
144 cipher func(key, iv []byte, isRead bool) any
145 mac func(key []byte) hash.Hash
146 aead func(key, fixedNonce []byte) aead
Dprf.go88 func prfAndHashForVersion(version uint16, suite *cipherSuite) (func(result, secret, label, seed []b…
102 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {
109 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s…
121 func extMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, transcript […
130 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan…
152 func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash { argument
270 func ekmFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRand…
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DHandshake.java38 private final String cipherSuite; field in Handshake
43 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in Handshake()
50 String cipherSuite = session.getCipherSuite(); in get() local
72 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in get()
79 public String cipherSuite() { in cipherSuite() method in Handshake
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHandshake.java36 private final String cipherSuite; field in Handshake
41 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in Handshake()
48 String cipherSuite = session.getCipherSuite(); in get() local
70 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in get()
77 public String cipherSuite() { in cipherSuite() method in Handshake
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
H A DMockSessionBuilder.java37 private String cipherSuite = DEFAULT_CIPHER_SUITE; field in MockSessionBuilder
60 MockSessionBuilder cipherSuite(String cipherSuite) { in cipherSuite() argument
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DMockSessionBuilder.java36 private String cipherSuite = DEFAULT_CIPHER_SUITE; field in MockSessionBuilder
59 MockSessionBuilder cipherSuite(String cipherSuite) { in cipherSuite() argument
/aosp_15_r20/system/security/identity/
H A DCredentialStore.cpp128 Status CredentialStore::getCredentialCommon(const std::string& credentialName, int32_t cipherSuite, in getCredentialCommon()
160 Status CredentialStore::getCredentialByName(const std::string& credentialName, int32_t cipherSuite, in getCredentialByName()
165 Status CredentialStore::createPresentationSession(int32_t cipherSuite, sp<ISession>* _aidl_return) { in createPresentationSession()
/aosp_15_r20/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredentialStore.java186 @Ciphersuite int cipherSuite) in getCredentialByName()
226 public @NonNull PresentationSession createPresentationSession(@Ciphersuite int cipherSuite) in createPresentationSession()
H A DCredstoreIdentityCredentialStore.java143 @Ciphersuite int cipherSuite) throws CipherSuiteNotSupportedException { in getCredentialByName()
186 public @NonNull PresentationSession createPresentationSession(@Ciphersuite int cipherSuite) in createPresentationSession()
/aosp_15_r20/out/soong/.intermediates/system/security/identity/libcredstore_aidl/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/aidl/android/security/identity/
DBnCredentialStore.h48 …r::Status getCredentialByName(const ::std::string& credentialName, int32_t cipherSuite, ::android:… in getCredentialByName()
55 …::android::binder::Status createPresentationSession(int32_t cipherSuite, ::android::sp<::android::… in createPresentationSession()
DICredentialStore.cpp106 …ialStore::getCredentialByName(const ::std::string& credentialName, int32_t cipherSuite, ::android:… in getCredentialByName()
148 ::android::binder::Status BpCredentialStore::createPresentationSession(int32_t cipherSuite, ::andro… in createPresentationSession()
/aosp_15_r20/system/security/identity/binder/android/security/identity/
H A DICredentialStore.aidl51 in int cipherSuite); in getCredentialByName()
53 ISession createPresentationSession(in int cipherSuite); in createPresentationSession()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
H A DIIdentityCredentialStore.aidl39 …rdware.identity.IIdentityCredential getCredential(in android.hardware.identity.CipherSuite cipherS… in getCredential()
40 …ty.IPresentationSession createPresentationSession(in android.hardware.identity.CipherSuite cipherS… in createPresentationSession()
/aosp_15_r20/hardware/interfaces/identity/aidl/android/hardware/identity/
H A DIIdentityCredentialStore.aidl245 IIdentityCredential getCredential(in CipherSuite cipherSuite, in byte[] credentialData); in getCredential()
266 IPresentationSession createPresentationSession(in CipherSuite cipherSuite); in createPresentationSession()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
H A DIIdentityCredentialStore.aidl39 …rdware.identity.IIdentityCredential getCredential(in android.hardware.identity.CipherSuite cipherS… in getCredential()
40 …ty.IPresentationSession createPresentationSession(in android.hardware.identity.CipherSuite cipherS… in createPresentationSession()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/identity/aidl/android.hardware.identity_interface/dump/android/hardware/identity/
DIIdentityCredentialStore.aidl39 …rdware.identity.IIdentityCredential getCredential(in android.hardware.identity.CipherSuite cipherS… in getCredential()
40 …ty.IPresentationSession createPresentationSession(in android.hardware.identity.CipherSuite cipherS… in createPresentationSession()
/aosp_15_r20/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
H A DIIdentityCredentialStore.aidl39 …rdware.identity.IIdentityCredential getCredential(in android.hardware.identity.CipherSuite cipherS… in getCredential()
40 …ty.IPresentationSession createPresentationSession(in android.hardware.identity.CipherSuite cipherS… in createPresentationSession()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredentialStore.cpp67 CipherSuite cipherSuite, const vector<uint8_t>& credentialData, in getCredential()
88 CipherSuite cipherSuite, shared_ptr<IPresentationSession>* outSession) { in createPresentationSession()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/identity/aidl/android.hardware.identity-V5-cpp-source/gen/include/android/hardware/identity/
DBnIdentityCredentialStore.h54 …::android::binder::Status getCredential(::android::hardware::identity::CipherSuite cipherSuite, co… in getCredential()
61 …ndroid::binder::Status createPresentationSession(::android::hardware::identity::CipherSuite cipher… in createPresentationSession()
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/metrics/
H A DStatsLogImpl.java83 boolean success, String protocol, String cipherSuite, long duration) { in countTlsHandshake()
125 private void write(int atomId, boolean success, int protocol, int cipherSuite, int duration, in write()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/metrics/
H A DStatsLogImpl.java85 boolean success, String protocol, String cipherSuite, long duration) { in countTlsHandshake()
127 private void write(int atomId, boolean success, int protocol, int cipherSuite, int duration, in write()

12345678910>>...13