/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 | rc4.c | 33 int av_rc4_init(AVRC4 *r, const uint8_t *key, int key_bits, int decrypt) { in av_rc4_init() 54 void av_rc4_crypt(AVRC4 *r, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) { in av_rc4_crypt()
|
D | des.c | 254 static uint64_t des_encdec(uint64_t in, uint64_t K[16], int decrypt) in des_encdec() 278 int av_des_init(AVDES *d, const uint8_t *key, int key_bits, av_unused int decrypt) { in av_des_init() 291 int count, uint8_t *iv, int decrypt, int mac) in av_des_crypt_mac() 323 int count, uint8_t *iv, int decrypt) in av_des_crypt()
|
D | blowfish.c | 345 int decrypt) in av_blowfish_crypt_ecb() 376 int count, uint8_t *iv, int decrypt) in av_blowfish_crypt()
|
D | tea.c | 53 int decrypt, uint8_t *iv) in tea_crypt_ecb() 96 uint8_t *iv, int decrypt) in av_tea_crypt()
|
D | cast5.c | 476 …av_cast5_crypt2(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, uint8_t *iv, int decrypt) in av_cast5_crypt2() 496 void av_cast5_crypt(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, int decrypt) in av_cast5_crypt()
|
D | aes.c | 164 int count, uint8_t *iv, int decrypt) in av_aes_crypt() 195 int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt) in av_aes_init()
|
D | twofish.c | 312 …twofish_crypt(AVTWOFISH *cs, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) in av_twofish_crypt()
|
D | camellia.c | 393 …mellia_crypt(AVCAMELLIA *cs, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) in av_camellia_crypt()
|
/third_party/node/test/parallel/ |
D | test-crypto-ecb.js | 45 const decrypt = constant
|
D | test-crypto-authenticated.js | 141 const decrypt = crypto.createDecipheriv(test.algo, constant 186 const decrypt = crypto.createDecipher(test.algo, test.password, options); constant 241 const decrypt = crypto.createDecipheriv('aes-128-gcm', constant 524 const decrypt = crypto.createDecipheriv('aes-128-ccm', key, iv, { constant 543 const decrypt = crypto.createDecipheriv('aes-128-gcm', key, iv); constant
|
D | test-crypto-padding-aes256.js | 40 function decrypt(val, pad) { function
|
D | test-crypto-private-decrypt-gh32240.js | 31 function decrypt(key) { function
|
/third_party/ltp/include/ |
D | tst_af_alg.h | 155 bool decrypt; member
|
/third_party/FreeBSD/sys/crypto/rijndael/ |
D | rijndael.h | 38 int decrypt; member
|
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 175 uint8_t decrypt[block_size]; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local 223 encrypt[input_size + block_size], decrypt[input_size + block_size]; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local 270 decrypt[input_size]; in cipher_example_encrypt_decrypt_aes_ctr_multi() local
|
/third_party/ffmpeg/libavutil/tests/ |
D | des.c | 49 static int run_test(int cbc, int decrypt) in run_test()
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/ |
D | AESEncrypt.java | 169 public byte[] decrypt(byte[] key, byte[] encryptDataAddIv) { in decrypt() method in AESEncrypt
|
/third_party/openssl/util/perl/TLSProxy/ |
D | Record.pm | 224 sub decrypt() subroutine
|
/third_party/openssl/crypto/modes/ |
D | ocb128.c | 131 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_new() 152 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_init()
|
D | modes_local.h | 181 block128_f decrypt; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | des-internal.c | 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | des-internal.c | 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey()
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.c | 1445 DECRYPT_PARAMETERS *decrypt = (DECRYPT_PARAMETERS *)picture->decrypt_key; in rvcn_dec_message_decode() local
|
/third_party/openssl/include/crypto/ |
D | evp.h | 74 int (*decrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member
|