Home
last modified time | relevance | path

Searched defs:iv (Results 1 - 25 of 408) sorted by relevance

12345678910>>...17

/third_party/ffmpeg/libavutil/tests/
H A Daes_ctr.c34 const uint8_t *iv; in main() local
H A Daes.c52 uint8_t iv[2][16]; in main() local
H A Dcast5.c47 static const uint8_t iv[8] = {0xee, 0xa9, 0xd0, 0xa2, 0x49, 0xfd, 0x3b, 0xa6}; in main() local
H A Dcamellia.c44 uint8_t temp[32], iv[16]; in main() local
H A Dtwofish.c42 uint8_t temp[32], iv[16], rpt[32] = {0}; in main() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_seed.c36 seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) seed_init_key() argument
H A De_cast.c40 cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) cast_init_key() argument
H A De_bf.c38 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 Daes_wrap.c20 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 De_seed.c36 seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) seed_init_key() argument
H A De_cast.c40 cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) cast_init_key() argument
H A De_bf.c38 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 Daes_wrap.c20 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 Dargs_product_test.cc43 std::cout << iv << ", "; variable
51 std::cout << iv << ", "; variable
H A Dmultiple_ranges_test.cc48 std::cout << iv << ", "; variable
56 std::cout << iv << ", "; variable
/third_party/ltp/include/
H A Dtst_af_alg.h158 const uint8_t *iv; member
/third_party/node/test/parallel/
H A Dtest-webcrypto-webidl.js455 const good = { name: 'AES-CBC', iv: Buffer.alloc(0) }; property
H A Dtest-crypto-authenticated.js629 iv: '070000004041424344454647', global() property
[all...]
/third_party/ffmpeg/libavformat/
H A Dhls_sample_encryption.h46 uint8_t iv[16]; member
/third_party/ffmpeg/libavutil/
H A Drc4.c55 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 Daf_alg02.c30 const uint8_t iv[SALSA20_IV_SIZE] = { 0 }; in verify_encrypt() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_bitstr.c148 int w, v, iv; in ASN1_BIT_STRING_set_bit() local
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_cfb64.c33 unsigned char *iv, c, cc; in BF_cfb64_encrypt() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c55 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 Dktls.c58 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

Completed in 12 milliseconds

12345678910>>...17