Home
last modified time | relevance | path

Searched defs:EncryptedKey (Results 1 – 25 of 480) sorted by path

12345678910>>...20

/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Ditem.pyx240 class EncryptedKey(PropDict): class
/dports/audio/gonic/gonic-0.8.4/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
73 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
107 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs9901 pub EncryptedKey: CRYPTOAPI_BLOB, field
10147 pub EncryptedKey: CRYPTOAPI_BLOB, field
10218 pub EncryptedKey: CRYPTOAPI_BLOB, field
10251 pub EncryptedKey: CRYPTOAPI_BLOB, field
10347 pub EncryptedKey: CRYPTOAPI_BLOB, field
10529 pub EncryptedKey: CRYPTOAPI_BLOB, field
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go23 type EncryptedKey struct { struct
24 KeyId uint64
25 Algo PublicKeyAlgorithm
26 CipherFunc CipherFunction // only valid after a successful Decrypt
27 Key []byte // only valid after a successful Decrypt
29 encryptedMPI1, encryptedMPI2 parsedMPI
32 func (e *EncryptedKey) parse(r io.Reader) (err error) {
74 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
109 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go23 type EncryptedKey struct { struct
24 KeyId uint64
25 Algo PublicKeyAlgorithm
26 CipherFunc CipherFunction // only valid after a successful Decrypt
27 Key []byte // only valid after a successful Decrypt
29 encryptedMPI1, encryptedMPI2 parsedMPI
32 func (e *EncryptedKey) parse(r io.Reader) (err error) {
74 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
109 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
73 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
107 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/books/v1/
H A Dbooks-gen.go2424 EncryptedKey string `json:"encrypted_key,omitempty"` member
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Dcipher_builder.go28 EncryptedKey []byte member
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go23 type EncryptedKey struct { struct
24 KeyId uint64
25 Algo PublicKeyAlgorithm
26 CipherFunc CipherFunction // only valid after a successful Decrypt
27 Key []byte // only valid after a successful Decrypt
29 encryptedMPI1, encryptedMPI2 parsedMPI
32 func (e *EncryptedKey) parse(r io.Reader) (err error) {
74 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
109 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/api/books/v1/
H A Dbooks-gen.go2471 EncryptedKey string `json:"encrypted_key,omitempty"` member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
67 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
100 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
67 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
100 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go23 type EncryptedKey struct { struct
24 KeyId uint64
25 Algo PublicKeyAlgorithm
26 CipherFunc CipherFunction // only valid after a successful Decrypt
27 Key []byte // only valid after a successful Decrypt
29 encryptedMPI1, encryptedMPI2 parsedMPI
32 func (e *EncryptedKey) parse(r io.Reader) (err error) {
74 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
109 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/adminpack/expected/
H A Dadminpack.out28 -- error, already exists
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Dcipher_builder.go28 EncryptedKey []byte member
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
67 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
100 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/gopkg.in/square/go-jose.v1/
H A Djwe.go31 EncryptedKey *byteBuffer `json:"encrypted_key,omitempty"` member
40 EncryptedKey string `json:"encrypted_key,omitempty"` member
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go23 type EncryptedKey struct { struct
24 KeyId uint64
25 Algo PublicKeyAlgorithm
26 CipherFunc CipherFunction // only valid after a successful Decrypt
27 Key []byte // only valid after a successful Decrypt
29 encryptedMPI1, encryptedMPI2 parsedMPI
32 func (e *EncryptedKey) parse(r io.Reader) (err error) {
74 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
109 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/deskutils/chart/chart-3.0.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
73 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
107 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go23 type EncryptedKey struct { struct
24 KeyId uint64
25 Algo PublicKeyAlgorithm
26 CipherFunc CipherFunction // only valid after a successful Decrypt
27 Key []byte // only valid after a successful Decrypt
29 encryptedMPI1, encryptedMPI2 parsedMPI
32 func (e *EncryptedKey) parse(r io.Reader) (err error) {
74 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
109 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Dcipher_builder.go28 EncryptedKey []byte member
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/
H A Dcipher_builder.go28 EncryptedKey []byte member
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
67 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
100 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/devel/bit/bit-1.1.2/vendor/golang.org/x/crypto/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
73 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
107 func (e *EncryptedKey) Serialize(w io.Writer) error {
/dports/devel/etcd33/etcd-3.3.23/vendor/golang.org/x/crypto/crypto-cbcb75029529/openpgp/packet/
H A Dencrypted_key.go22 type EncryptedKey struct { struct
23 KeyId uint64
24 Algo PublicKeyAlgorithm
25 CipherFunc CipherFunction // only valid after a successful Decrypt
26 Key []byte // only valid after a successful Decrypt
28 encryptedMPI1, encryptedMPI2 parsedMPI
31 func (e *EncryptedKey) parse(r io.Reader) (err error) {
73 func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {
107 func (e *EncryptedKey) Serialize(w io.Writer) error {

12345678910>>...20