/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | saslmechanism.cc | 56 SaslMechanism::Base64Encode(const std::string & plain) { in Base64Encode() 66 SaslMechanism::Base64EncodeFromArray(const char * plain, size_t length) { in Base64EncodeFromArray()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 434 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() 445 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() 468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
D | crypto_nss.c | 144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 199 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | crypto_gnutls.c | 110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 285 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | aes-unwrap.c | 25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
|
D | aes-wrap.c | 25 int aes_wrap(const u8 *kek, 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 | 99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 375 u8 *plain, size_t len) in crypto_cipher_decrypt() 613 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
D | aes-internal-enc.c | 115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
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 | aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
|
D | crypto_internal-rsa.c | 104 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
D | crypto_cryptoapi.c | 291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 608 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_gnutls.c | 122 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 152 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 286 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 297 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | crypto_openssl.c | 174 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 200 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 334 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 345 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
D | des.c | 452 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 466 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
D | crypto_libtomcrypt.c | 104 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 133 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 357 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 382 u8 *plain, size_t len) in crypto_cipher_decrypt() 619 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
D | crypto_cryptoapi.c | 300 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 332 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 600 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 618 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_aes.c | 109 u8 plain[32]; in test_cbc() member 237 u8 plain[] = { in main() local
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 129 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
|
/external/openssh/ |
D | cipher-aes.c | 79 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_enrollee.c | 210 struct wpabuf *msg, *plain; in wps_build_m5() local 320 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() 339 struct wpabuf *msg, *plain; in wps_build_m7() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 195 struct wpabuf *msg, *plain; in wps_build_m5() local 277 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() 296 struct wpabuf *msg, *plain; in wps_build_m7() local
|
/external/chromium/chrome/browser/importer/ |
D | nss_decryptor.cc | 71 std::string plain; in Decrypt() local
|
/external/openssl/crypto/rc2/ |
D | rc2test.c | 120 static unsigned char plain[CFB_TEST_SIZE]= variable
|