type google.golang.org/grpc/credentials/alts/internal/conn.ALTSRecordCrypto

6 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		aes128gcm.go#L47: func NewAES128GCM(side core.Side, key []byte) (ALTSRecordCrypto, error) {
		aes128gcmrekey.go#L56: func NewAES128GCMRekey(side core.Side, key []byte) (ALTSRecordCrypto, error) {
		record.go#L33: type ALTSRecordCrypto interface {
		record.go#L47: type ALTSRecordFunc func(s core.Side, keyData []byte) (ALTSRecordCrypto, error)
		record.go#L84: 	crypto ALTSRecordCrypto

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L58: 		rekeyRecordProtocolName: func(s core.Side, keyData []byte) (conn.ALTSRecordCrypto, error) {