Home
last modified time | relevance | path

Searched refs:RecipientIDs (Results 1 – 7 of 7) sorted by relevance

/dports/security/gopass/gopass-1.13.0/internal/backend/crypto/gpg/cli/
H A Dgpg_test.go33 _, err = g.RecipientIDs(ctx, []byte{})
H A Ddecrypt.go27 func (g *GPG) RecipientIDs(ctx context.Context, buf []byte) ([]string, error) { func
/dports/security/gopass/gopass-1.13.0/internal/backend/crypto/age/
H A Dunsupported.go77 func (a *Age) RecipientIDs(ctx context.Context, buf []byte) ([]string, error) { func
/dports/security/gopass/gopass-1.13.0/internal/backend/crypto/plain/
H A Dbackend.go85 func (m *Mocker) RecipientIDs(context.Context, []byte) ([]string, error) { func
H A Dbackend_test.go35 rcs, err := m.RecipientIDs(ctx, []byte{})
/dports/security/gopass/gopass-1.13.0/internal/backend/
H A Dcrypto.go49 RecipientIDs(ctx context.Context, ciphertext []byte) ([]string, error) methodSpec
/dports/security/gopass/gopass-1.13.0/internal/store/leaf/
H A Dfsck.go94 itemRecps, err := s.crypto.RecipientIDs(ctx, ciphertext)