Searched defs:Transactable (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | subprocess.go | 31 type Transactable interface { interface 227 Process(vectorSet []byte, t Transactable) (interface{}, error)
|
| D | rsa.go | 120 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/ |
| D | subprocess.go | 31 type Transactable interface { interface 227 Process(vectorSet []byte, t Transactable) (interface{}, error)
|
| D | rsa.go | 120 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) {
|