Lines Matching refs:shim
14 davidben@google.com and ekr@rtfm.com if implementing a new shim.
20 “shim”: a command line program which encapsulates the stack. By
21 default, the shim points to the BoringSSL shim in the same source
22 tree, but any program can be supplied via the `-shim-path` flag. The
23 runner opens up a server socket and provides the shim with a `-port`
24 argument that points to that socket. The shim always connects to the
27 TCP. The shim can also pass a variety of command line arguments which
32 The shim reports success by exiting with a `0` error code and failure by
45 * Failure to implement one or more of the command line flags the runner uses with the shim
73 The `-shim-config` flag is used to provide the config file.
77 If the shim encounters some request from the runner that it knows it
94 variable. The shim should then replace the malloc implementation with
96 enough calls to reach the number, the shim should fail with exit code
108 …J/lib go test -shim-path ~/dev/nss-dev/nss-sandbox/dist/Darwin15.6.0_64_DBG.OBJ/bin/nss_bogo_shim …