Home
last modified time | relevance | path

Searched defs:pubPrivKeys (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/go/hybrid/
H A Dhpke_public_key_manager_test.go215 func pubPrivKeys(t *testing.T, params *hpkepb.HpkeParams) (*hpkepb.HpkePublicKey, *hpkepb.HpkePriva… func
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dencrypt_decrypt_test.go256 func pubPrivKeys(t *testing.T, params *pb.HpkeParams) (*pb.HpkePublicKey, *pb.HpkePrivateKey) { func