Searched refs:crypt (Results 1 - 25 of 108) sorted by relevance

12345

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes_i.h18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Daes.h15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Dcrypto_internal-cipher.c104 u8 *crypt, size_t len)
110 if (plain != crypt)
111 os_memcpy(crypt, plain, len);
113 ctx->u.rc4.used_bytes, crypt, len);
125 os_memcpy(crypt, ctx->u.aes.cbc, AES_BLOCK_SIZE);
127 crypt += AES_BLOCK_SIZE;
139 os_memcpy(crypt, ctx->u.des3.cbc, 8);
141 crypt += 8;
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
155 crypt
103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes_wrap.h47 u8 *crypt, u8 *tag);
50 const u8 *crypt, size_t crypt_len,
58 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
60 size_t M, const u8 *crypt, size_t crypt_len,
/external/wpa_supplicant_8/src/crypto/
H A Ddes_i.h18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Daes.h15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Dcrypto_internal-cipher.c104 u8 *crypt, size_t len)
110 if (plain != crypt)
111 os_memcpy(crypt, plain, len);
113 ctx->u.rc4.used_bytes, crypt, len);
125 os_memcpy(crypt, ctx->u.aes.cbc, AES_BLOCK_SIZE);
127 crypt += AES_BLOCK_SIZE;
139 os_memcpy(crypt, ctx->u.des3.cbc, 8);
141 crypt += 8;
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
155 crypt
103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes_wrap.h47 u8 *crypt, u8 *tag);
50 const u8 *crypt, size_t crypt_len,
58 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
60 size_t M, const u8 *crypt, size_t crypt_len,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes_i.h18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
H A Daes.h15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
H A Dcrypto_internal-cipher.c104 u8 *crypt, size_t len)
110 if (plain != crypt)
111 os_memcpy(crypt, plain, len);
113 ctx->u.rc4.used_bytes, crypt, len);
125 os_memcpy(crypt, ctx->u.aes.cbc, AES_BLOCK_SIZE);
127 crypt += AES_BLOCK_SIZE;
139 os_memcpy(crypt, ctx->u.des3.cbc, 8);
141 crypt += 8;
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
155 crypt
103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes_wrap.h47 u8 *crypt, u8 *tag);
50 const u8 *crypt, size_t crypt_len,
58 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
60 size_t M, const u8 *crypt, size_t crypt_len,
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils.h42 string16 Decrypt(const std::string& crypt);
80 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { argument
81 return decryptor_.Decrypt(crypt);
H A Dnss_decryptor_null.h27 string16 Decrypt(const std::string& crypt) const { return string16(); }
H A Dnss_decryptor_system_nss.h33 string16 Decrypt(const std::string& crypt) const;
/external/openssh/openbsd-compat/
H A Dxcrypt.c32 # include <crypt.h>
69 crypted = crypt(password, salt);
74 crypted = crypt(password, salt);
78 crypted = crypt(password, salt);
/external/ppp/pppd/
H A Dpppcrypt.h37 #include <crypt.h>
/external/dropbear/libtomcrypt/
H A DAndroid.mk43 src/misc/base64/base64_encode.c src/misc/burn_stack.c src/misc/crypt/crypt.c \
44 src/misc/crypt/crypt_argchk.c src/misc/crypt/crypt_cipher_descriptor.c \
45 src/misc/crypt/crypt_cipher_is_valid.c src/misc/crypt/crypt_find_cipher.c \
46 src/misc/crypt/crypt_find_cipher_any.c src/misc/crypt/crypt_find_cipher_id.c \
47 src/misc/crypt/crypt_find_hash.c src/misc/crypt/crypt_find_hash_an
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs1.h19 const u8 *crypt, size_t crypt_len,
/external/wpa_supplicant_8/src/tls/
H A Dpkcs1.h19 const u8 *crypt, size_t crypt_len,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs1.h19 const u8 *crypt, size_t crypt_len,
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils.h46 string16 Decrypt(const std::string& crypt);
84 string16 FFUnitTestDecryptorProxy::Decrypt(const std::string& crypt) { argument
85 return decryptor_.Decrypt(crypt);
H A Dnss_decryptor_null.h30 string16 Decrypt(const std::string& crypt) const { return string16(); }
H A Dnss_decryptor_system_nss.h34 string16 Decrypt(const std::string& crypt) const;
/external/dropbear/
H A Dsvr-authpasswd.c42 char * passwdcrypt = NULL; /* the crypt from /etc/passwd or /etc/shadow */
43 char * testcrypt = NULL; /* crypt generated from the user's password sent */
59 /* debugging crypt for non-root testing with shadows */
84 testcrypt = crypt((char*)password, passwdcrypt);

Completed in 559 milliseconds

12345