Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/80211/
Dsec80211.c99 enum net80211_crypto_alg crypt, in sec80211_install()
327 enum net80211_crypto_alg *crypt ) in sec80211_detect_ie()
393 enum net80211_crypto_alg *crypt ) in _sec80211_detect()
466 u32 sec80211_rsn_get_crypto_desc ( enum net80211_crypto_alg crypt, int rsnie ) in sec80211_rsn_get_crypto_desc()
Dwpa.c70 wpa_find_cryptosystem ( enum net80211_crypto_alg crypt ) in wpa_find_cryptosystem()
/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_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()
275 u8 *crypt, size_t len) in crypto_cipher_encrypt()
284 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
Dcrypto_internal-cipher.c104 u8 *crypt, size_t len) in crypto_cipher_encrypt()
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
Daes-gcm.c230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae()
289 const u8 *crypt, size_t crypt_len, in aes_gcm_ad()
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()
351 u8 *crypt, size_t len) in crypto_cipher_encrypt()
374 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
612 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1()
Daes-ccm.c150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
Dcrypto_internal-rsa.c112 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1()
Dcrypto_openssl.c298 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
350 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
599 u8 *crypt, size_t len) in crypto_cipher_encrypt()
608 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
/external/syslinux/gpxe/src/include/gpxe/
Dsec80211.h61 enum net80211_crypto_alg *crypt ) { in sec80211_detect()
Dwpa.h331 enum net80211_crypto_alg crypt; member
/external/python/cpython2/Lib/test/
Dtest_crypt.py4 crypt = test_support.import_module('crypt') variable
/external/openssh/openbsd-compat/
Dxcrypt.c63 # define crypt DES_crypt macro
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c135 const u8 *crypt, size_t crypt_len, in pkcs1_decrypt_public_key()
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c176 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()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1431 const u8 *crypt; in wpa_ft_rrb_rx_pull() local
1568 const u8 *crypt; in wpa_ft_rrb_rx_resp() local
1637 const u8 *crypt; in wpa_ft_rrb_rx_push() local
1845 u8 *crypt; in wpa_ft_generate_pmk_r1() local
Dwpa_auth.c2166 const u8 *end, *ie_start, *ie, *session, *crypt; in fils_decrypt_assoc() local
/external/libvncserver/
Dconfigure.ac89 AC_ARG_WITH(crypt, optwith
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c623 u8 *ampe_buf, *crypt = NULL, *pos, *end; in mesh_rsn_process_ampe() local
/external/syslinux/com32/cmenu/libmenu/
Ddes.c950 char *crypt(const char *key, const char *setting) in crypt() function
/external/ppp/pppd/plugins/radius/
Dradius.c825 u_char *crypt = vp->strvalue + 2; in radius_setmppekeys2() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.h173 } crypt; member