Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dsubprocess.go31 type Transactable interface { interface
214 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) {