Home
last modified time | relevance | path

Searched defs:Seal (Results 1 – 25 of 1396) sorted by relevance

12345678910>>...56

/dports/misc/concourse/vault-bdd38fca2cff/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vault/seal/transit/
H A Dtransit.go19 type Seal struct { struct
20 logger log.Logger
21 client transitClientEncryptor
22 currentKeyID *atomic.Value
38 func (s *Seal) SetConfig(config map[string]string) (map[string]string, error) {
55 func (s *Seal) Init(_ context.Context) error {
60 func (s *Seal) Finalize(_ context.Context) error {
66 func (s *Seal) SealType() string {
71 func (s *Seal) KeyID() string {
76 …*Seal) Encrypt(_ context.Context, plaintext []byte) (blob *physical.EncryptedBlobInfo, err error) {
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/codegen/
H A Dshuffle.rs9 impl Seal<$array> for $base {} impl
114 impl<T> Seal<[u32; 2]> for *const T {} impl
118 impl<T> Seal<[u32; 4]> for *const T {} impl
122 impl<T> Seal<[u32; 8]> for *const T {} impl
127 impl<T> Seal<[u32; 2]> for *mut T {} impl
131 impl<T> Seal<[u32; 4]> for *mut T {} impl
135 impl<T> Seal<[u32; 8]> for *mut T {} impl
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/codegen/
H A Dshuffle.rs9 impl Seal<$array> for $base {} impl
114 impl<T> Seal<[u32; 2]> for *const T {} impl
118 impl<T> Seal<[u32; 4]> for *const T {} impl
122 impl<T> Seal<[u32; 8]> for *const T {} impl
127 impl<T> Seal<[u32; 2]> for *mut T {} impl
131 impl<T> Seal<[u32; 4]> for *mut T {} impl
135 impl<T> Seal<[u32; 8]> for *mut T {} impl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/codegen/
H A Dshuffle.rs9 impl Seal<$array> for $base {} impl
114 impl<T> Seal<[u32; 2]> for *const T {} impl
118 impl<T> Seal<[u32; 4]> for *const T {} impl
122 impl<T> Seal<[u32; 8]> for *const T {} impl
127 impl<T> Seal<[u32; 2]> for *mut T {} impl
131 impl<T> Seal<[u32; 4]> for *mut T {} impl
135 impl<T> Seal<[u32; 8]> for *mut T {} impl
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/codegen/
H A Dshuffle.rs9 impl Seal<$array> for $base {} impl
114 impl<T> Seal<[u32; 2]> for *const T {} impl
118 impl<T> Seal<[u32; 4]> for *const T {} impl
122 impl<T> Seal<[u32; 8]> for *const T {} impl
127 impl<T> Seal<[u32; 2]> for *mut T {} impl
131 impl<T> Seal<[u32; 4]> for *mut T {} impl
135 impl<T> Seal<[u32; 8]> for *mut T {} impl
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/codegen/
H A Dshuffle.rs9 impl Seal<$array> for $base {} impl
114 impl<T> Seal<[u32; 2]> for *const T {} impl
118 impl<T> Seal<[u32; 4]> for *const T {} impl
122 impl<T> Seal<[u32; 8]> for *const T {} impl
127 impl<T> Seal<[u32; 2]> for *mut T {} impl
131 impl<T> Seal<[u32; 4]> for *mut T {} impl
135 impl<T> Seal<[u32; 8]> for *mut T {} impl
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/
H A Denvelope.rs34 pub struct Seal { struct
41 impl Seal { argument
43 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
147 impl Drop for Seal { implementation
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/
H A Denvelope.rs40 pub struct Seal { struct
47 impl Seal { implementation
49 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
153 impl Drop for Seal { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/
H A Denvelope.rs40 pub struct Seal { struct
47 impl Seal { argument
49 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
153 impl Drop for Seal { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/
H A Denvelope.rs34 pub struct Seal { struct
41 impl Seal { argument
43 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
147 impl Drop for Seal { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/
H A Denvelope.rs34 pub struct Seal { struct
41 impl Seal { impl
43 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
147 impl Drop for Seal { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/
H A Denvelope.rs40 pub struct Seal { struct
47 impl Seal { argument
49 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
153 impl Drop for Seal { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/
H A Denvelope.rs34 pub struct Seal { struct
41 impl Seal { argument
43 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
147 impl Drop for Seal { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/
H A Denvelope.rs40 pub struct Seal { struct
47 impl Seal { implementation
49 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
153 impl Drop for Seal { implementation
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-0.10.30/src/
H A Denvelope.rs40 pub struct Seal { struct
47 impl Seal { argument
49 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
153 impl Drop for Seal { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/openssl/src/
H A Denvelope.rs40 pub struct Seal { struct
47 impl Seal { implementation
49 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
153 impl Drop for Seal { implementation
/dports/net/routinator/routinator-0.10.2/cargo-crates/openssl-0.10.35/src/
H A Denvelope.rs34 pub struct Seal { struct
41 impl Seal { implementation
43 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
147 impl Drop for Seal { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/
H A Denvelope.rs34 pub struct Seal { struct
41 impl Seal { argument
43 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
147 impl Drop for Seal { implementation

12345678910>>...56