/third_party/node/test/fixtures/ |
D | aead-vectors.js | 4 iv: '583673497131313748307652', plain: 'Hello World!', property 9 iv: '583673497131313748307652', plain: 'Hello World!', property 14 iv: '583673497131313748307652', plain: 'Hello World!', property 19 iv: '36306950306836764a6f4561', plain: 'Hello node.js world!', property 24 iv: '36306950306836764a6f4561', plain: 'Hello node.js world!', property 29 iv: '0e1791e9db3bd21a9122c416', plain: 'Hello node.js world!', property 40 iv: '000000000000000000000000', property 49 iv: '000000000000000000000000', property 58 iv: 'cafebabefacedbaddecaf888', property 73 iv: 'cafebabefacedbaddecaf888', property [all …]
|
/third_party/node/test/parallel/ |
D | test-crypto-aes-wrap.js | 13 iv: '3fd838af4093d749', property 19 iv: '3fd838af', property 25 iv: '3fd838af4093d749', property 31 iv: '3fd838af', property 37 iv: '3fd838af4093d749', property 43 iv: '3fd838af', property
|
D | test-crypto-cipheriv-decipheriv.js | 9 function testCipher1(key, iv) { argument 43 function testCipher2(key, iv) { argument 62 function testCipher3(key, iv) { argument 84 const iv = '12345678'; constant 121 const iv = '12345678'; constant
|
/third_party/openssl/test/ |
D | igetest.c | 34 const unsigned char iv[32]; member 78 const unsigned char iv[64]; member 149 unsigned char iv[AES_BLOCK_SIZE * 2]; in test_ige_vectors() local 221 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_enc_dec() local 239 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_enc_chaining() local 261 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_dec_chaining() local 287 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_garble_forwards() local 325 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_bi_ige_enc_dec() local 346 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_bi_ige_garble1() local 377 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_bi_ige_garble2() local [all …]
|
D | tls13encryptiontest.c | 41 const char *iv; member 251 unsigned char *iv, size_t ivlen, unsigned char *seq) in load_record() 320 unsigned char *key = NULL, *iv = NULL, *seq = NULL; in test_tls13_encryption() local
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/ |
D | AESEncrypt.java | 109 IvParameterSpec iv = new IvParameterSpec(iVec); in encrypt() local 150 IvParameterSpec iv = new IvParameterSpec(iVec); in encryptCTR() local 188 IvParameterSpec iv = new IvParameterSpec(iVec); in decrypt() local
|
/third_party/openssl/crypto/aes/ |
D | aes_wrap.c | 14 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, in AES_wrap_key() 21 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key()
|
D | aes_ige.c | 85 aes_block_t iv; in AES_ige_encrypt() local 138 aes_block_t iv; in AES_ige_encrypt() local 184 const unsigned char *iv; in AES_bi_ige_encrypt() local
|
/third_party/ffmpeg/libavutil/ |
D | xtea.c | 59 int decrypt, uint8_t *iv) in xtea_crypt_ecb() 179 int decrypt, uint8_t *iv) in xtea_le_crypt_ecb() 215 uint8_t *iv, int decrypt, in xtea_crypt() 244 uint8_t *iv, int decrypt) in av_xtea_crypt() 250 uint8_t *iv, int decrypt) in av_xtea_le_crypt()
|
D | aes_ctr.c | 41 void av_aes_ctr_set_iv(struct AVAESCTR *a, const uint8_t* iv) in av_aes_ctr_set_iv() 48 void av_aes_ctr_set_full_iv(struct AVAESCTR *a, const uint8_t* iv) in av_aes_ctr_set_full_iv() 61 uint32_t iv[2]; in av_aes_ctr_set_random_iv() local
|
/third_party/FreeBSD/sys/crypto/rijndael/ |
D | rijndael-api-fst.c | 90 u_int8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local 205 u_int8_t block[16], *iv, *cp; in rijndael_padEncrypt() local 268 u_int8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local 368 u_int32_t iv[4]; in rijndael_padDecrypt() local
|
/third_party/benchmark/test/ |
D | args_product_test.cc | 42 for (int64_t iv : v) { in ~ArgsProductFixture() local 50 for (int64_t iv : v) { in ~ArgsProductFixture() local
|
D | multiple_ranges_test.cc | 47 for (int64_t iv : v) { in ~MultipleRangesFixture() local 55 for (int64_t iv : v) { in ~MultipleRangesFixture() local
|
/third_party/ffmpeg/libavformat/ |
D | srtp.c | 41 static void encrypt_counter(struct AVAES *aes, uint8_t *iv, uint8_t *outbuf, in encrypt_counter() 112 static void create_iv(uint8_t *iv, const uint8_t *salt, uint64_t index, in create_iv() 128 uint8_t iv[16] = { 0 }, hmac[20]; in ff_srtp_decrypt() local 241 uint8_t iv[16] = { 0 }, hmac[20]; in ff_srtp_encrypt() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | aes-cbc.c | 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() 60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | aes-cbc.c | 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() 60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
|
/third_party/ffmpeg/libavutil/tests/ |
D | tea.c | 63 const uint8_t *ref, int len, uint8_t *iv, int dir, in test_tea() 83 uint8_t buf[8], iv[8]; in main() local
|
D | blowfish.c | 129 const uint8_t *ref, int len, uint8_t *iv, int dir, in test_blowfish() 150 uint8_t tmp[16], iv[8]; in main() local
|
D | xtea.c | 64 const uint8_t *ref, int len, uint8_t *iv, int dir, in test_xtea() 84 uint8_t buf[16], iv[8]; in main() local
|
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 99 uint8_t * iv, in cipher_encrypt() 130 const uint8_t * iv, in cipher_decrypt() 172 uint8_t iv[block_size]; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local 222 uint8_t iv[block_size], input[input_size], in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local 269 uint8_t iv[block_size], input[input_size], encrypt[input_size], in cipher_example_encrypt_decrypt_aes_ctr_multi() local
|
/third_party/openssl/crypto/evp/ |
D | evp_enc.c | 53 const unsigned char *key, const unsigned char *iv, int enc) in EVP_CipherInit() 62 const unsigned char *iv, int enc) in EVP_CipherInit_ex() 236 const unsigned char *key, const unsigned char *iv) in EVP_EncryptInit() 243 const unsigned char *iv) in EVP_EncryptInit_ex() 249 const unsigned char *key, const unsigned char *iv) in EVP_DecryptInit() 256 const unsigned char *iv) in EVP_DecryptInit_ex()
|
/third_party/openssl/include/openssl/ |
D | des.h | 57 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 60 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 63 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
/third_party/mbedtls/library/ |
D | ccm.c | 205 const unsigned char *iv, in mbedtls_ccm_starts() 489 const unsigned char *iv, size_t iv_len, in ccm_auth_crypt() 520 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_star_encrypt_and_tag() 530 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_encrypt_and_tag() 560 const unsigned char *iv, size_t iv_len, in ccm_auth_decrypt() 585 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_star_auth_decrypt() 596 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_auth_decrypt()
|
/third_party/boost/libs/fusion/test/algorithm/ |
D | zip_ignore.cpp | 19 vector<int, int> iv(1,2); in main() local
|
/third_party/node/lib/internal/crypto/ |
D | cipher.js | 96 function createCipherBase(cipher, credential, options, decipher, iv) { argument 117 function createCipherWithIV(cipher, key, options, decipher, iv) { argument 223 function Cipheriv(cipher, key, iv, options) { argument 260 function Decipheriv(cipher, key, iv, options) { argument
|