Home
last modified time | relevance | path

Searched defs:IV (Results 1 – 25 of 1813) sorted by relevance

12345678910>>...73

/dports/net/pichi/pichi-1.4.0/test/
H A Dcryptogram.cpp22 static vector<uint8_t> const IV; member
32 template <> vector<uint8_t> const KeyIv<8>::IV = hex2bin("0123456789abcdef"); member in pichi::unit_test::KeyIv<8>
33 template <> vector<uint8_t> const KeyIv<12>::IV = hex2bin("0123456789abcdef01234567"); member in pichi::unit_test::KeyIv<12>
34 template <> vector<uint8_t> const KeyIv<16>::IV = hex2bin("000102030405060708090a0b0c0d0e0f"); member in pichi::unit_test::KeyIv<16>
55 static vector<uint8_t> const& IV; member
74 template <> vector<uint8_t> const& Ciphers<CryptoMethod::RC4_MD5>::IV = KeyIv<16>::IV; member in pichi::unit_test::Ciphers<CryptoMethod::RC4_MD5>
91 template <> vector<uint8_t> const& Ciphers<CryptoMethod::BF_CFB>::IV = KeyIv<8>::IV; member in pichi::unit_test::Ciphers<CryptoMethod::BF_CFB>
109 template <> vector<uint8_t> const& Ciphers<CryptoMethod::AES_128_CTR>::IV = KeyIv<16>::IV; member in pichi::unit_test::Ciphers<CryptoMethod::AES_128_CTR>
126 template <> vector<uint8_t> const& Ciphers<CryptoMethod::AES_192_CTR>::IV = KeyIv<16>::IV; member in pichi::unit_test::Ciphers<CryptoMethod::AES_192_CTR>
262 template <> vector<uint8_t> const& Ciphers<CryptoMethod::CHACHA20>::IV = KeyIv<8>::IV; member in pichi::unit_test::Ciphers<CryptoMethod::CHACHA20>
[all …]
/dports/security/digestpp/digestpp-34ff2eeae397ed744d972d86b5a20f603b029fbd/algorithm/detail/constants/
H A Dblake2_constants.hpp17 const static uint64_t IV[8]; member
21 const uint64_t blake2b_constants<T>::IV[8] = { member in digestpp::detail::blake2b_constants<T>
29 const static uint32_t IV[8]; member
33 const uint32_t blake2s_constants<T>::IV[8] = { member in digestpp::detail::blake2s_constants<T>
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-api-0.13.3/Crypto/
H A DTypes.hs19 data IV k = IV { initializationVector :: {-# UNPACK #-} !B.ByteString function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-api-0.13.3/Crypto/
H A DTypes.hs19 data IV k = IV { initializationVector :: {-# UNPACK #-} !B.ByteString function
/dports/security/py-tlslite/tlslite-0.4.9/tlslite/utils/
H A Dcipherfactory.py31 def createAES(key, IV, implList=None): argument
55 def createRC4(key, IV, implList=None): argument
82 def createTripleDES(key, IV, implList=None): argument
H A Dpython_aes.py11 def new(key, mode, IV): argument
15 def __init__(self, key, mode, IV): argument
H A Dpycrypto_aes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
H A Dpycrypto_tripledes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/tlslite/utils/
H A Dcipherfactory.py33 def createAES(key, IV, implList=None): argument
76 def createRC4(key, IV, implList=None): argument
103 def createTripleDES(key, IV, implList=None): argument
H A Dpython_aes.py11 def new(key, mode, IV): argument
15 def __init__(self, key, mode, IV): argument
H A Dpycrypto_aes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
H A Dpycrypto_tripledes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tlslite/utils/
H A Dcipherfactory.py33 def createAES(key, IV, implList=None): argument
76 def createRC4(key, IV, implList=None): argument
103 def createTripleDES(key, IV, implList=None): argument
H A Dpython_aes.py11 def new(key, mode, IV): argument
15 def __init__(self, key, mode, IV): argument
H A Dpycrypto_aes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
H A Dpycrypto_tripledes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
/dports/archivers/dact/dact-0.8.42/
H A Dcipher_serpent.c48 static unsigned char *IV; in cipher_serpent() local
67 int cipher_serpent_init(const int mode, char *key, unsigned char *IV) { in cipher_serpent_init()
139 …ipher_serpent_encrypt(const char *inblk, char *outblk, int blksize, char *key, unsigned char *IV) { in cipher_serpent_encrypt()
149 …ipher_serpent_decrypt(const char *inblk, char *outblk, int blksize, char *key, unsigned char *IV) { in cipher_serpent_decrypt()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/
H A DBase.hs52 newtype IV c = IV ByteString deriving (Eq) type
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/crypto-cipher-types-0.0.9/Crypto/Cipher/Types/
H A DBase.hs52 newtype IV c = IV ByteString deriving (Eq) constructor
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dspdata_.f30 SUBROUTINE KD01A ( IV, MAXKEY, ITABLE, KEY ) argument
35 INTEGER IV( 3 ), ITABLE( * ), KEY( * ) local
89 SUBROUTINE KD01B ( IV, ITABLE, KEY, FIELD, IFREE ) argument
91 INTEGER IV( 3 ), ITABLE( * ), KEY( * ) local
192 SUBROUTINE KD01C ( IV, ITABLE, KEY, FIELD, IFREE ) argument
194 INTEGER IV( 3 ), ITABLE( * ), KEY( * ) local
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/test/insn/
H A Dmath_shift.cc48 using IV = int8<B>; in test_math_shift_int8_n() typedef
92 using IV = int16<B/2>; in test_math_shift_int16_n() typedef
141 using IV = int32<B/4>; in test_math_shift_int32_n() typedef
190 using IV = int64<B/8>; in test_math_shift_int64_n() typedef
/dports/security/softhsm2/softhsm-2.6.1/src/lib/data_mgr/
H A DSecureDataManager.cpp125 ByteString IV; in pbeEncryptKey() local
256 ByteString IV = encryptedKey.substr(8, aes->getBlockSize()); in login() local
327 ByteString IV = encryptedKey.substr(8, aes->getBlockSize()); in reAuthenticate() local
427 ByteString IV = encrypted.substr(0, aes->getBlockSize()); in decrypt() local
476 ByteString IV; in encrypt() local
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/crypto/
H A DaesCFB.cpp41 void aesCfbEncrypt(uint8_t *key, int32_t keyLength, uint8_t* IV, uint8_t *data, int32_t dataLength) in aesCfbEncrypt()
59 void aesCfbDecrypt(uint8_t *key, int32_t keyLength, uint8_t* IV, uint8_t *data, int32_t dataLength) in aesCfbDecrypt()
H A DtwoCFB.cpp44 void twoCfbEncrypt(uint8_t* key, int32_t keyLength, uint8_t* IV, uint8_t *data, int32_t dataLength) in twoCfbEncrypt()
62 void twoCfbDecrypt(uint8_t* key, int32_t keyLength, uint8_t* IV, uint8_t *data, int32_t dataLength) in twoCfbDecrypt()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/crypto/openssl/
H A DaesCFB.cpp46 void aesCfbEncrypt(uint8_t* key, int32_t keyLength, uint8_t* IV, uint8_t *data, in aesCfbEncrypt()
69 void aesCfbDecrypt(uint8_t* key, int32_t keyLength, uint8_t* IV, uint8_t *data, in aesCfbDecrypt()

12345678910>>...73