Home
last modified time | relevance | path

Searched refs:SetIV (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dcrypto.h77 virtual bool SetIV(size_t IVSize, const UInt8 *IV, bool Force = false) = 0;
87 bool SetIV(DataChunk &IV, bool Force = false) { return SetIV(IV.Size, IV.Data, Force); }
97 bool SetIV(DataChunkPtr &IV, bool Force = false) { return SetIV(IV->Size, IV->Data, Force); }
179 virtual bool SetIV(size_t IVSize, const UInt8 *IV, bool Force = false) = 0;
189 bool SetIV(DataChunk &IV, bool Force = false) { return SetIV(IV.Size, IV.Data, Force); }
199 bool SetIV(DataChunkPtr &IV, bool Force = false) { return SetIV(IV->Size, IV->Data, Force); }
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Crypto/
H A DAp4StreamCipher.h68 virtual AP4_Result SetIV(const AP4_UI08* iv) = 0;
99 virtual AP4_Result SetIV(const AP4_UI08* iv);
140 virtual AP4_Result SetIV(const AP4_UI08* iv);
192 virtual AP4_Result SetIV(const AP4_UI08* iv);
H A DAp4StreamCipher.cpp50 SetIV(NULL); in AP4_CtrStreamCipher()
65 AP4_CtrStreamCipher::SetIV(const AP4_UI08* iv) in SetIV() function in AP4_CtrStreamCipher
223 AP4_CbcStreamCipher::SetIV(const AP4_UI08* iv) in SetIV() function in AP4_CbcStreamCipher
634 AP4_PatternStreamCipher::SetIV(const AP4_UI08* iv) in SetIV() function in AP4_PatternStreamCipher
637 return m_Cipher->SetIV(iv); in SetIV()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/crypto/
H A Dchacha_poly_aead.cpp55 m_chacha_main.SetIV(seqnr_payload); in Crypt()
82 m_chacha_header.SetIV(seqnr_aad); in Crypt()
114 … m_chacha_header.SetIV(seqnr_aad); // use LE for the nonce in GetLength()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Crypto/
H A DAp4StreamCipher.h68 virtual AP4_Result SetIV(const AP4_UI08* iv) = 0;
99 virtual AP4_Result SetIV(const AP4_UI08* iv);
140 virtual AP4_Result SetIV(const AP4_UI08* iv);
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentyun/cos-go-sdk-v5/crypto/
H A Dcrypto_type.go106 cd.SetIV(uint64(randNumber))
110 func (cd *CipherData) SetIV(iv uint64) { func
121 cd.SetIV(cd.GetIV() + startPos/uint64(len(cd.IV)))
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/dtls/v2/
H A Dcrypto_cbc.go15 SetIV([]byte) methodSpec
76 c.writeCBC.SetIV(iv)
107 c.readCBC.SetIV(body[:blockSize])
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Test/Crypto/
H A DCryptoTest.cpp1773 e_cipher.SetIV(iv); in TestCtrStreamCipher()
1774 d_cipher.SetIV(iv); in TestCtrStreamCipher()
1797 e_cipher.SetIV(iv); in TestCtrStreamCipher()
1829 d_cipher.SetIV(iv); in TestCtrStreamCipher()
1864 d_cipher.SetIV(iv); in TestCtrStreamCipher()
1893 d_cipher.SetIV(iv); in TestCtrStreamCipher()
2061 e_cipher.SetIV(iv); in TestCbcStreamCipher()
2062 d_cipher.SetIV(iv); in TestCbcStreamCipher()
2085 e_cipher.SetIV(iv); in TestCbcStreamCipher()
2117 d_cipher.SetIV(iv); in TestCbcStreamCipher()
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/pkg/crypto/ciphersuite/
H A Dcbc.go20 SetIV([]byte) methodSpec
82 c.writeCBC.SetIV(iv)
114 c.readCBC.SetIV(body[:blockSize])
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/crypto/
H A Dctr_encryption_layer.cpp42 void CTREncryptionLayer::SetIV(const IVData& iv_) { in SetIV() function in Core::Crypto::CTREncryptionLayer
52 cipher.SetIV(iv); in UpdateIV()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/cipher/
H A Dcbc.go64 func (x *cbcEncrypter) SetIV(iv []byte) { func
105 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/crypto/
H A DCipherContext.cpp577 void CipherContext::SetIV(const void *pIV) in SetIV() function in CipherContext
601 mpDescription->SetIV(pIV); in SetIV()
650 mpDescription->SetIV(mGeneratedIV); in SetRandomIV()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/cipher/
H A Dcbc.go69 func (x *cbcEncrypter) SetIV(iv []byte) { func
128 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/cipher/
H A Dcbc.go69 func (x *cbcEncrypter) SetIV(iv []byte) { func
128 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/cipher/
H A Dcbc.go69 func (x *cbcEncrypter) SetIV(iv []byte) { func
128 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/cipher/
H A Dcbc.go80 func (x *cbcEncrypter) SetIV(iv []byte) { func
150 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/cipher/
H A Dcbc.go80 func (x *cbcEncrypter) SetIV(iv []byte) { func
150 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/cipher/
H A Dcbc.go80 func (x *cbcEncrypter) SetIV(iv []byte) { func
150 func (x *cbcDecrypter) SetIV(iv []byte) { func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/cipher/
H A Dcbc.go80 func (x *cbcEncrypter) SetIV(iv []byte) { func
150 func (x *cbcDecrypter) SetIV(iv []byte) { func

12345678910>>...12