Searched defs:Transactable (Results 1 – 4 of 4) sorted by relevance
| /external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | rsa.go | 120 func processKeyGen(vectorSet []byte, m Transactable) (any, error) { 169 func processSigGen(vectorSet []byte, m Transactable) (any, error) { 228 func processSigVer(vectorSet []byte, m Transactable) (any, error) {
|
| D | subprocess.go | 31 type Transactable interface { interface 382 Process(vectorSet []byte, t Transactable) (any, error)
|
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | rsa.go | 120 func processKeyGen(vectorSet []byte, m Transactable) (any, error) { 169 func processSigGen(vectorSet []byte, m Transactable) (any, error) { 228 func processSigVer(vectorSet []byte, m Transactable) (any, error) {
|
| D | subprocess.go | 31 type Transactable interface { interface 382 Process(vectorSet []byte, t Transactable) (any, error)
|