(context.Context)
| 138 | // same helper from both provider and distributor tests. |
| 139 | type kmReader interface { |
| 140 | KeyMaterial(context.Context) (*KeyMaterial, error) |
| 141 | } |
| 142 | |
| 143 | // readAndVerifyKeyMaterial attempts to read key material from the given |
no outgoing calls