Home
last modified time | relevance | path

Searched defs:plain (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium/third_party/libjingle/source/talk/xmpp/
Dsaslmechanism.cc56 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/
Ddes-internal.c434 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()
Dcrypto_nss.c144 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()
Dcrypto_gnutls.c110 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()
Daes-unwrap.c25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
Daes-wrap.c25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in aes_wrap()
Dcrypto_internal-cipher.c103 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()
Dcrypto_libtomcrypt.c99 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()
Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
Daes-ccm.c149 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()
Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
Dcrypto_internal-rsa.c104 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
Dcrypto_cryptoapi.c291 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/
Dcrypto_gnutls.c122 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()
Dcrypto_openssl.c174 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()
Ddes.c452 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()
Dcrypto_libtomcrypt.c104 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()
Dcrypto_cryptoapi.c300 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/
Dtest_aes.c109 u8 plain[32]; in test_cbc() member
237 u8 plain[] = { in main() local
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c129 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
/external/openssh/
Dcipher-aes.c79 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
/external/wpa_supplicant_8/src/wps/
Dwps_enrollee.c210 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/
Dwps_enrollee.c195 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/
Dnss_decryptor.cc71 std::string plain; in Decrypt() local
/external/openssl/crypto/rc2/
Drc2test.c120 static unsigned char plain[CFB_TEST_SIZE]= variable

123