Lines Matching refs:go
1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
8 "aead.go",
9 "aes_gcm_aead.go",
10 "chacha20poly1305_aead.go",
11 "context.go",
12 "decrypt.go",
13 "encrypt.go",
14 "hkdf_kdf.go",
15 "hpke.go",
16 "kdf.go",
17 "kem.go",
18 "primitive_factory.go",
19 "x25519_kem.go",
21 importpath = "github.com/google/tink/go/hybrid/internal/hpke",
35 "aes_gcm_aead_test.go",
36 "chacha20poly1305_aead_test.go",
37 "context_test.go",
38 "encrypt_decrypt_test.go",
39 "hkdf_kdf_test.go",
40 "hpke_test.go",
41 "primitive_factory_test.go",
42 "x25519_kem_test.go",