/hostap/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-gcm.c | 230 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()
|
D | crypto_internal-cipher.c | 104 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()
|
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() 355 u8 *crypt, size_t len) in crypto_cipher_encrypt() 378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 616 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1()
|
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() 437 u8 *crypt, size_t len) in crypto_cipher_encrypt() 451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
D | aes-ccm.c | 150 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()
|
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() 482 u8 *crypt, size_t len) in crypto_cipher_encrypt() 491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, 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() 979 u8 *crypt, size_t len) in crypto_cipher_encrypt() 985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
|
D | crypto_internal-rsa.c | 112 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1()
|
D | crypto_wolfssl.c | 583 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 632 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 839 u8 *crypt, size_t len) in crypto_cipher_encrypt() 868 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
D | crypto_openssl.c | 551 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 608 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 1002 u8 *crypt, size_t len) in crypto_cipher_encrypt() 1011 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
/hostap/wlantest/ |
D | ccmp.c | 213 u8 *crypt, *pos; in ccmp_encrypt() local 263 u8 *crypt, *pos; in ccmp_encrypt_pv1() local 346 u8 *crypt, *pos; in ccmp_256_encrypt() local
|
D | inject.c | 115 u8 *crypt; in wlantest_inject_prot_bc() local 163 u8 *crypt; in wlantest_inject_prot() local
|
D | gcmp.c | 126 u8 aad[30], nonce[12], *crypt, *pos; in gcmp_encrypt() local
|
D | tkip.c | 446 u8 *crypt, *pos; in tkip_encrypt() local
|
/hostap/src/tls/ |
D | pkcs1.c | 135 const u8 *crypt, size_t crypt_len, in pkcs1_decrypt_public_key()
|
/hostap/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()
|
/hostap/wpa_supplicant/ |
D | mesh_rsn.c | 656 u8 *ampe_buf, *crypt = NULL, *pos, *end; in mesh_rsn_process_ampe() local
|
/hostap/src/drivers/ |
D | driver_hostap.h | 171 } crypt; member
|
/hostap/src/ap/ |
D | wpa_auth.c | 3277 const u8 *end, *ie_start, *ie, *session, *crypt; local
|