Searched refs:derive_secret_with_transcript (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | tls13_enc.cc | 121 static bool derive_secret_with_transcript(const SSL_HANDSHAKE *hs, in derive_secret_with_transcript() function 137 return derive_secret_with_transcript(hs, out, hs->transcript, label); in derive_secret() 236 if (!derive_secret_with_transcript( in tls13_derive_early_secret()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_enc.cc | 137 static bool derive_secret_with_transcript(const SSL_HANDSHAKE *hs, in derive_secret_with_transcript() function 153 return derive_secret_with_transcript(hs, out, hs->transcript, label); in derive_secret() 252 if (!derive_secret_with_transcript( in tls13_derive_early_secret()
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | tls13_enc.cc | 121 static bool derive_secret_with_transcript(const SSL_HANDSHAKE *hs, in derive_secret_with_transcript() function 137 return derive_secret_with_transcript(hs, out, hs->transcript, label); in derive_secret() 236 if (!derive_secret_with_transcript( in tls13_derive_early_secret()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_enc.cc | 137 static bool derive_secret_with_transcript(const SSL_HANDSHAKE *hs, in derive_secret_with_transcript() function 153 return derive_secret_with_transcript(hs, out, hs->transcript, label); in derive_secret() 252 if (!derive_secret_with_transcript( in tls13_derive_early_secret()
|