Home
last modified time | relevance | path

Searched defs:TestSession (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go609 type TestSession struct { struct
610 URL string `json:"url,omitempty"`
611 ACVPVersion string `json:"acvpVersion,omitempty"`
612 Created string `json:"createdOn,omitempty"`
613 Expires string `json:"expiresOn,omitempty"`
614 VectorSetURLs []string `json:"vectorSetUrls,omitempty"`
615 AccessToken string `json:"accessToken,omitempty"`
616 Algorithms []map[string]interface{} `json:"algorithms,omitempty"`
617 EncryptAtRest bool `json:"encryptAtRest,omitempty"`
618 IsSample bool `json:"isSample,omitempty"`
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts32 class TestSession extends Session { class
453 class TestSession extends Session { class
507 class TestSession extends Session { class
Dhelpers.ts293 export class TestSession extends server.Session { class