Home
last modified time | relevance | path

Searched refs:cipherType (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A DinfoArchive.c211 CipherType cipherType; // Cipher type member
236 …cipherBlockFilterGroupAdd(ioReadFilterGroup(read), loadData->cipherType, cipherModeDecrypt, loadDa… in infoArchiveLoadFileCallback()
250 infoArchiveLoadFile(const Storage *storage, const String *fileName, CipherType cipherType, const St… in infoArchiveLoadFile() argument
255 FUNCTION_LOG_PARAM(STRING_ID, cipherType); in infoArchiveLoadFile()
261 …ASSERT((cipherType == cipherTypeNone && cipherPass == NULL) || (cipherType != cipherTypeNone && ci… in infoArchiveLoadFile()
268 .cipherType = cipherType, in infoArchiveLoadFile()
303 …InfoArchive *infoArchive, const Storage *storage, const String *fileName, CipherType cipherType, c… in infoArchiveSaveFile() argument
309 FUNCTION_LOG_PARAM(STRING_ID, cipherType); in infoArchiveSaveFile()
316 …ASSERT((cipherType == cipherTypeNone && cipherPass == NULL) || (cipherType != cipherTypeNone && ci… in infoArchiveSaveFile()
323 … cipherBlockFilterGroupAdd(ioWriteFilterGroup(write), cipherType, cipherModeEncrypt, cipherPass); in infoArchiveSaveFile()
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/encrypt/aes/
H A Dmcrypt.php14 protected $cipherType = MCRYPT_RIJNDAEL_128; variable in FOFEncryptAesMcrypt
24 $this->cipherType = MCRYPT_RIJNDAEL_128;
28 $this->cipherType = MCRYPT_RIJNDAEL_192;
32 $this->cipherType = MCRYPT_RIJNDAEL_256;
62 $cipherText = mcrypt_encrypt($this->cipherType, $key, $plainText, $this->cipherMode, $iv);
74 $plainText = mcrypt_decrypt($this->cipherType, $key, $cipherText, $this->cipherMode, $iv);
155 return mcrypt_get_iv_size($this->cipherType, $this->cipherMode);
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dfile.c41 …pressType, int repoFileCompressLevel, const String *backupLabel, bool delta, CipherType cipherType, in backupFile() argument
58 FUNCTION_LOG_PARAM(STRING_ID, cipherType); // Encryption type in backupFile()
65 …ASSERT((cipherType == cipherTypeNone && cipherPass == NULL) || (cipherType != cipherTypeNone && ci… in backupFile()
147 if (cipherType != cipherTypeNone) in backupFile()
150 … ioReadFilterGroup(read), cipherBlockNew(cipherModeDecrypt, cipherType, BUFSTR(cipherPass), NULL)); in backupFile()
196 … bool compressible = repoFileCompressType == compressTypeNone && cipherType == cipherTypeNone; in backupFile()
223 if (cipherType != cipherTypeNone) in backupFile()
227 … storageReadIo(read)), cipherBlockNew(cipherModeEncrypt, cipherType, BUFSTR(cipherPass), NULL)); in backupFile()
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/develar/go-pkcs12/
H A Dcrypto.go66 var cipherType pbeCipher
70 cipherType = shaWithTripleDESCBC{}
72 cipherType = shaWith40BitRC2CBC{}
82 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
83 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
85 block, err := cipherType.create(key)
/dports/dns/rdap/rdap-e2ea151/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/devel/lazygit/lazygit-0.31.4/vendor/golang.org/x/crypto/crypto-7f63de1d35b0/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/golang.org/x/crypto/pkcs12/
H A Dcrypto.go67 var cipherType pbeCipher
71 cipherType = shaWithTripleDESCBC{}
73 cipherType = shaWith40BitRC2CBC{}
83 key := cipherType.deriveKey(params.Salt, password, params.Iterations)
84 iv := cipherType.deriveIV(params.Salt, password, params.Iterations)
86 block, err := cipherType.create(key)

12345678910>>...15