Searched defs:CurveID (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | key_schedule.go | 163 func generateECDHEKey(rand io.Reader, curveID CurveID) (*ecdh.PrivateKey, error) { 172 func curveForCurveID(id CurveID) (ecdh.Curve, bool) {
|
D | boring_test.go | 84 func isBoringCurve(id CurveID) bool {
|
D | handshake_server.go | 322 func supportsECDHE(c *Config, version uint16, supportedCurves []CurveID, supportedPoints []uint8) b…
|
D | handshake_server_test.go | 1278 func benchmarkHandshakeServer(b *testing.B, version uint16, cipherSuite uint16, curve CurveID, cert…
|
D | common.go | 144 type CurveID uint16 type
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | ec.rs | 38 pub enum CurveID { enum
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | key_agreement.go | 433 func kemForCurveID(id CurveID, config *Config) (kemImplementation, bool) {
|
H A D | common.go | 151 type CurveID uint16 type 282 CurveID CurveID // the curve used in ECDHE member
|
H A D | runner.go | 11673 func isPqGroup(r CurveID) bool {
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | key_agreement.go | 433 func kemForCurveID(id CurveID, config *Config) (kemImplementation, bool) {
|
H A D | common.go | 151 type CurveID uint16 type 279 CurveID CurveID // the curve used in ECDHE member
|
H A D | runner.go | 11528 func isPqGroup(r CurveID) bool {
|