Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Drsa.go120 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) {
Dsubprocess.go31 type Transactable interface { interface
382 Process(vectorSet []byte, t Transactable) (any, error)
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Drsa.go120 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) {
Dsubprocess.go31 type Transactable interface { interface
382 Process(vectorSet []byte, t Transactable) (any, error)