Home
last modified time | relevance | path

Searched defs:Transactable (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dsubprocess.go31 type Transactable interface { interface
227 Process(vectorSet []byte, t Transactable) (interface{}, error)
Drsa.go120 func processKeyGen(vectorSet []byte, m Transactable) (interface{}, error) {
161 func processSigGen(vectorSet []byte, m Transactable) (interface{}, error) {
212 func processSigVer(vectorSet []byte, m Transactable) (interface{}, error) {
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dsubprocess.go31 type Transactable interface { interface
227 Process(vectorSet []byte, t Transactable) (interface{}, error)
Drsa.go120 func processKeyGen(vectorSet []byte, m Transactable) (interface{}, error) {
161 func processSigGen(vectorSet []byte, m Transactable) (interface{}, error) {
212 func processSigVer(vectorSet []byte, m Transactable) (interface{}, error) {