Home
last modified time | relevance | path

Searched defs:Nonce (Results 1 – 25 of 2006) sorted by relevance

12345678910>>...81

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/secure-io/sio-go/
H A Dtest_vectors.json2 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"00000000000000000000000000000000","Nonce":"00000000… string
3 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"10000000000000000000000000000000","Nonce":"00000000… string
4 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"10000000000000000000000000000000","Nonce":"10000000… string
5 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"10000000000000000000000000000000","Nonce":"10000000… string
6 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"10000000000000000000000000000000","Nonce":"10000000… string
7 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"20000000000000000000000000000000","Nonce":"10000000… string
8 …{"Algorithm":"AES-128-GCM","BufSize":16,"Key":"00000000000000000000000000000000","Nonce":"00000000… string
14 …{"Algorithm":"AES-128-GCM","BufSize":17,"Key":"67fc3ffd5353a432a6cbc982007606c8","Nonce":"6958a70a… string
16 …"Key":"0000000000000000000000000000000000000000000000000000000000000000","Nonce":"0000000000000000… string
17 …"Key":"1000000000000000000000000000000000000000000000000000000000000000","Nonce":"0000000000000000… string
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/encryption/
H A Dencryption.go24 func ToAESGCMNonce(nonce *storj.Nonce) *AESGCMNonce {
31 func Increment(nonce *storj.Nonce, amount int64) (truncated bool, err error) {
36 func Encrypt(data []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (cipherData…
57 func Decrypt(cipherData []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (data…
78 func NewEncrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
94 func NewDecrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
110 …keyToEncrypt *storj.Key, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (storj.Encr…
115 …orj.EncryptedPrivateKey, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (*storj.Key…
H A Dsecretbox.go31 func NewSecretboxEncrypter(key *storj.Key, startingNonce *storj.Nonce, encryptedBlockSize int) (Tra…
50 func calcNonce(startingNonce *storj.Nonce, blockNum int64) (rv *storj.Nonce, err error) {
76 func NewSecretboxDecrypter(key *storj.Key, startingNonce *storj.Nonce, encryptedBlockSize int) (Tra…
108 func EncryptSecretBox(data []byte, key *storj.Key, nonce *storj.Nonce) (cipherData []byte, err erro…
113 func DecryptSecretBox(cipherData []byte, key *storj.Key, nonce *storj.Nonce) (data []byte, err erro…
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/encryption/
H A Dencryption.go24 func ToAESGCMNonce(nonce *storj.Nonce) *AESGCMNonce {
31 func Increment(nonce *storj.Nonce, amount int64) (truncated bool, err error) {
36 func Encrypt(data []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (cipherData…
57 func Decrypt(cipherData []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (data…
78 func NewEncrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
94 func NewDecrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
110 …keyToEncrypt *storj.Key, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (storj.Encr…
115 …orj.EncryptedPrivateKey, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (*storj.Key…
H A Dsecretbox.go31 func NewSecretboxEncrypter(key *storj.Key, startingNonce *storj.Nonce, encryptedBlockSize int) (Tra…
50 func calcNonce(startingNonce *storj.Nonce, blockNum int64) (rv *storj.Nonce, err error) {
76 func NewSecretboxDecrypter(key *storj.Key, startingNonce *storj.Nonce, encryptedBlockSize int) (Tra…
108 func EncryptSecretBox(data []byte, key *storj.Key, nonce *storj.Nonce) (cipherData []byte, err erro…
113 func DecryptSecretBox(cipherData []byte, key *storj.Key, nonce *storj.Nonce) (data []byte, err erro…
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/net/krill/krill-0.9.4/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/www/xh/xh-0.14.1/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/devel/dtool/dtool-0.11.0/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/ring-0.16.20/src/aead/
H A Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { impl
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parameterized-utils-2.1.3.0/src/Data/Parameterized/Nonce/
H A DUnsafe.hs57 newtype Nonce (tp :: k) = Nonce { indexValue :: Word64 } type
/dports/www/gitea/gitea-1.16.5/vendor/github.com/yohcop/openid-go/
H A Dnonce_store.go21 type Nonce struct { struct
22 T time.Time
23 S string
/dports/security/cloak/cloak-0.2.0/cargo-crates/ring-0.14.6/src/aead/
H A Dnonce.rs36 pub struct Nonce([u8; NONCE_LEN]); struct
38 impl Nonce { impl
55 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
91 fn new(Nonce(nonce): Nonce, initial_counter: u32) -> Self { in new() argument
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/aead/
H A Dnonce.rs37 pub struct Nonce([u8; NONCE_LEN]); struct
39 impl Nonce { impl
58 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
100 fn new(Nonce(nonce): Nonce, initial_counter: u32) -> Self { in new() argument

12345678910>>...81