/third_party/ffmpeg/libavutil/tests/ |
H A D | aes_ctr.c | 34 const uint8_t *iv; in main() local
|
H A D | aes.c | 52 uint8_t iv[2][16]; in main() local
|
H A D | cast5.c | 47 static const uint8_t iv[8] = {0xee, 0xa9, 0xd0, 0xa2, 0x49, 0xfd, 0x3b, 0xa6}; in main() local
|
H A D | camellia.c | 44 uint8_t temp[32], iv[16]; in main() local
|
H A D | twofish.c | 42 uint8_t temp[32], iv[16], rpt[32] = {0}; in main() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_seed.c | 36 seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) seed_init_key() argument
|
H A D | e_cast.c | 40 cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) cast_init_key() argument
|
H A D | e_bf.c | 38 bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) bf_init_key() argument
|
/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_wrap.c | 20 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, in AES_wrap_key() argument 27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key() argument
|
/third_party/openssl/crypto/evp/ |
H A D | e_seed.c | 36 seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) seed_init_key() argument
|
H A D | e_cast.c | 40 cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) cast_init_key() argument
|
H A D | e_bf.c | 38 bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) bf_init_key() argument
|
/third_party/openssl/crypto/aes/ |
H A D | aes_wrap.c | 20 int AES_wrap_key(AES_KEY *key, const unsigned char *iv, in AES_wrap_key() argument 27 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, in AES_unwrap_key() argument
|
/third_party/benchmark/test/ |
H A D | args_product_test.cc | 43 std::cout << iv << ", "; variable 51 std::cout << iv << ", "; variable
|
H A D | multiple_ranges_test.cc | 48 std::cout << iv << ", "; variable 56 std::cout << iv << ", "; variable
|
/third_party/ltp/include/ |
H A D | tst_af_alg.h | 158 const uint8_t *iv; member
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-webidl.js | 455 const good = { name: 'AES-CBC', iv: Buffer.alloc(0) }; property
|
H A D | test-crypto-authenticated.js | 629 iv: '070000004041424344454647', global() property [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | hls_sample_encryption.h | 46 uint8_t iv[16]; member
|
/third_party/ffmpeg/libavutil/ |
H A D | rc4.c | 55 void av_rc4_crypt(AVRC4 *r, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) { in av_rc4_crypt() argument
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | af_alg02.c | 30 const uint8_t iv[SALSA20_IV_SIZE] = { 0 }; in verify_encrypt() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_bitstr.c | 148 int w, v, iv; in ASN1_BIT_STRING_set_bit() local
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
H A D | bf_cfb64.c | 33 unsigned char *iv, c, cc; in BF_cfb64_encrypt() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4.c | 55 rc4_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc4_einit() argument 64 rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc4_dinit() argument
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 58 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument 160 ktls_configure_crypto(const SSL *s, const EVP_CIPHER *c, EVP_CIPHER_CTX *dd, void *rl_sequence, ktls_crypto_info_t *crypto_info, unsigned char **rec_seq, unsigned char *iv, unsigned char *key, unsigned char *mac_key, size_t mac_secret_size) ktls_configure_crypto() argument
|