Home
last modified time | relevance | path

Searched refs:IV_LENGTH (Results 1 – 25 of 62) sorted by relevance

123

/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/security/pear-Horde_Crypt_Blowfish/Horde_Crypt_Blowfish-1.1.3/lib/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Crypt/
H A DBlowfish.php45 const IV_LENGTH = 8; define in Horde_Crypt_Blowfish
164 $iv = substr($iv, 0, self::IV_LENGTH);
165 if (($len = strlen($iv)) < self::IV_LENGTH) {
166 $iv .= str_repeat(chr(0), self::IV_LENGTH - $len);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/Blowfish/
H A DMcrypt.php60 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
71 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
83 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/Blowfish/
H A DMcrypt.php58 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
69 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
81 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/security/pear-Horde_Crypt_Blowfish/Horde_Crypt_Blowfish-1.1.3/lib/Horde/Crypt/Blowfish/
H A DMcrypt.php60 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
71 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
83 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/Blowfish/
H A DMcrypt.php60 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
71 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
83 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Crypt/Blowfish/
H A DMcrypt.php60 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
71 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
83 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Crypt/Blowfish/
H A DMcrypt.php60 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
71 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
83 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Crypt/Blowfish/
H A DMcrypt.php60 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
71 …rypt, $this->key, empty($this->iv) ? str_repeat('0', Horde_Crypt_Blowfish::IV_LENGTH) : $this->iv);
83 ? mcrypt_create_iv(Horde_Crypt_Blowfish::IV_LENGTH, MCRYPT_RAND)
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/secure-logging/
H A Dslog.c141 if (IV_LENGTH!=12) in sLogEncrypt()
144 if(1 != EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, IV_LENGTH, NULL)) in sLogEncrypt()
232 if(IV_LENGTH!=12) in sLogDecrypt()
235 if(!EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, IV_LENGTH, NULL)) in sLogDecrypt()
315 unsigned char bigBuf[AES_BLOCKSIZE+IV_LENGTH+AES_BLOCKSIZE+slen]; in sLogEntry()
320 unsigned char *tag = &bigBuf[AES_BLOCKSIZE+IV_LENGTH]; in sLogEntry()
321 unsigned char *ciphertext = &bigBuf[AES_BLOCKSIZE+IV_LENGTH+AES_BLOCKSIZE]; in sLogEntry()
324 if (RAND_bytes(iv, IV_LENGTH)==1) in sLogEntry()
1065 if (outputLength>IV_LENGTH+AES_BLOCKSIZE) in iterateBuffer()
1067 unsigned char pt[outputLength - IV_LENGTH - AES_BLOCKSIZE]; in iterateBuffer()
[all …]
/dports/security/py-python-axolotl/python-axolotl-0.1.42/axolotl/kdf/
H A Dderivedmessagesecrets.py10 IV_LENGTH = 16 variable in DerivedMessageSecrets
16 self.__class__.IV_LENGTH)
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dseckey.h145 CRYPTOPP_CONSTANT(IV_LENGTH = IV_L);
194 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
235 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
295 {return INFO::IV_LENGTH;} in IVSize()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/demos/
H A Dopenssl-enc.c68 #define IV_LENGTH (128>>3) macro
313 unsigned char keyiv[KEY_LENGTH + IV_LENGTH]; in main()
314 unsigned long keyivlen = (KEY_LENGTH + IV_LENGTH); in main()
372 printf("iv ="); dump_bytes(iv, IV_LENGTH ); printf("\n"); in main()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/demos/
H A Dopenssl-enc.c68 #define IV_LENGTH (128>>3) macro
313 unsigned char keyiv[KEY_LENGTH + IV_LENGTH]; in main()
314 unsigned long keyivlen = (KEY_LENGTH + IV_LENGTH); in main()
372 printf("iv ="); dump_bytes(iv, IV_LENGTH ); printf("\n"); in main()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dseckey.h148 CRYPTOPP_CONSTANT(IV_LENGTH = IV_L)
198 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L)
240 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L)
300 {return INFO::IV_LENGTH;} in IVSize()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dseckey.h145 CRYPTOPP_CONSTANT(IV_LENGTH = IV_L);
194 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
235 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
295 {return INFO::IV_LENGTH;} in IVSize()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dseckey.h145 CRYPTOPP_CONSTANT(IV_LENGTH = IV_L);
194 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
235 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
295 {return INFO::IV_LENGTH;} in IVSize()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dseckey.h145 CRYPTOPP_CONSTANT(IV_LENGTH = IV_L); in TEST()
194 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L); in TEST()
235 CRYPTOPP_CONSTANT(IV_LENGTH=IV_L);
295 {return INFO::IV_LENGTH;}
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/CICO/PBEFunc/
H A DPBKDF2Wrapper.java61 private static final int IV_LENGTH = 16; field in PBKDF2Wrapper
80 iv = TestUtilities.generateBytes(IV_LENGTH); in PBKDF2Wrapper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/CICO/PBEFunc/
H A DPBKDF2Wrapper.java61 private static final int IV_LENGTH = 16; field in PBKDF2Wrapper
80 iv = TestUtilities.generateBytes(IV_LENGTH); in PBKDF2Wrapper()

123