type google.golang.org/grpc/credentials/alts/internal/conn.rekeyAEAD
8 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
aeadrekey.go#L35: type rekeyAEAD struct {
aeadrekey.go#L54: func newRekeyAEAD(key []byte) (*rekeyAEAD, error) {
aeadrekey.go#L59: return &rekeyAEAD{
aeadrekey.go#L70: func (s *rekeyAEAD) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
aeadrekey.go#L80: func (s *rekeyAEAD) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
aeadrekey.go#L90: func (s *rekeyAEAD) rekeyIfRequired(nonce []byte) error {
aeadrekey.go#L115: func (s *rekeyAEAD) NonceSize() int {
aeadrekey.go#L120: func (s *rekeyAEAD) Overhead() int {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |