| /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 | 39 const unsigned char iv[32]; member 83 const unsigned char iv[64]; member 154 unsigned char iv[AES_BLOCK_SIZE * 2]; in test_ige_vectors() local 226 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_enc_dec() local 244 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_enc_chaining() local 266 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_dec_chaining() local 292 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_ige_garble_forwards() local 330 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_bi_ige_enc_dec() local 351 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_bi_ige_garble1() local 382 unsigned char iv[AES_BLOCK_SIZE * 4]; in test_bi_ige_garble2() local [all …]
|
| D | tls13encryptiontest.c | 30 const char *iv; member 240 unsigned char *iv, size_t ivlen, unsigned char *seq) in load_record() 309 unsigned char *key = NULL, *iv = NULL, *seq = NULL; in test_tls13_encryption() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | symm.rs | 808 let iv = [0u8; 16]; in test_stream_cipher_output() localVariable 870 let iv = [ in test_aes_256_cbc_decrypt() localVariable 905 let iv = Vec::from_hex(iv).unwrap(); in cipher_test() localVariable 929 let iv = Vec::from_hex(iv).unwrap(); in cipher_test_nopad() localVariable 964 let iv = ""; in test_rc4() localVariable 980 let iv = "db200efb7eaaa737dbdf40babb68953f"; in test_aes256_xts() localVariable 992 let iv = "F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF"; in test_aes128_ctr() localVariable 1005 let iv = "000102030405060708090a0b0c0d0e0f"; in test_aes128_cfb1() localVariable 1016 let iv = "000102030405060708090a0b0c0d0e0f"; in test_aes128_cfb128() localVariable 1027 let iv = "000102030405060708090a0b0c0d0e0f"; in test_aes128_cfb8() localVariable [all …]
|
| D | envelope.rs | 34 iv: Option<Vec<u8>>, field 44 let mut iv = cipher.iv_len().map(|len| vec![0; len]); in new() localVariable 60 pub fn iv(&self) -> Option<&[u8]> { in iv() method 171 let iv = seal.iv(); in public_encrypt_private_decrypt() localVariable
|
| /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/openssl/crypto/aes/ |
| D | aes_wrap.c | 20 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, in AES_wrap_key() 27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key()
|
| /third_party/FreeBSD/sys/crypto/rijndael/ |
| D | rijndael-api-fst.c | 88 uint8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local 204 uint8_t block[16], *iv, *cp; in rijndael_padEncrypt() local 268 uint8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local 369 uint32_t iv[4]; in rijndael_padDecrypt() 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/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/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/providers/implementations/ciphers/ |
| D | cipher_tdes_common.c | 65 const unsigned char *iv, size_t ivlen, in tdes_init() 100 const unsigned char *iv, size_t ivlen, in ossl_tdes_einit() 107 const unsigned char *iv, size_t ivlen, in ossl_tdes_dinit()
|
| /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
|
| /third_party/openssl/ohos_lite/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/openssl/include/openssl/ |
| D | des.h | 64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
| /third_party/openssl/crypto/evp/ |
| D | evp_enc.c | 85 const unsigned char *iv, int enc, in evp_cipher_init_internal() 430 const unsigned char *key, const unsigned char *iv, in EVP_CipherInit_ex2() 437 const unsigned char *key, const unsigned char *iv, int enc) in EVP_CipherInit() 446 const unsigned char *iv, int enc) in EVP_CipherInit_ex() 477 const unsigned char *key, const unsigned char *iv) in EVP_EncryptInit() 484 const unsigned char *iv) in EVP_EncryptInit_ex() 490 const unsigned char *key, const unsigned char *iv, in EVP_EncryptInit_ex2() 497 const unsigned char *key, const unsigned char *iv) in EVP_DecryptInit() 504 const unsigned char *iv) in EVP_DecryptInit_ex() 510 const unsigned char *key, const unsigned char *iv, in EVP_DecryptInit_ex2()
|
| /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/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
|