/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 41 plain: '', property 50 plain: '00000000000000000000000000000000', property 59 plain: 'd9313225f88406e5a55909c5aff5269a' + property 74 plain: 'd9313225f88406e5a55909c5aff5269a' + property [all …]
|
/third_party/node/deps/base64/base64/lib/arch/generic/ |
D | codec.c | 21 BASE64_ENC_FUNCTION(plain) in BASE64_ENC_FUNCTION() argument 32 BASE64_DEC_FUNCTION(plain) in BASE64_DEC_FUNCTION() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | des-internal.c | 435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() 469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
D | aes-unwrap.c | 27 u8 *plain) in aes_unwrap()
|
D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 167 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 379 u8 *plain, size_t len) in crypto_cipher_decrypt() 617 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
D | aes-ccm.c | 149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 492 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 452 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
D | crypto_linux.c | 503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 785 u8 *plain) in aes_unwrap() 978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 986 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | des-internal.c | 435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() 469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
D | aes-unwrap.c | 27 u8 *plain) in aes_unwrap()
|
D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 167 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 379 u8 *plain, size_t len) in crypto_cipher_decrypt() 617 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
D | aes-ccm.c | 149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 492 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 452 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR26739-v1.c | 1 typedef int plain[7]; typedef
|
/third_party/openssl/test/ |
D | ideatest.c | 45 static const unsigned char plain[CFB_TEST_SIZE] = { variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | ikev2_common.c | 176 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt() 211 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt() 532 struct wpabuf *plain, u8 next_payload) in ikev2_build_encrypted()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | ikev2_common.c | 176 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt() 211 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt() 532 struct wpabuf *plain, u8 next_payload) in ikev2_build_encrypted()
|