wpa_supplicant / hostapd 2.0
Data Structures | Functions

des_i.h File Reference

DES and 3DES-EDE ciphers. More...

Go to the source code of this file.

Data Structures

struct  des3_key_s

Functions

void des_key_setup (const u8 *key, u32 *ek, u32 *dk)
void des_block_encrypt (const u8 *plain, const u32 *ek, u8 *crypt)
void des_block_decrypt (const u8 *crypt, const u32 *dk, u8 *plain)
void des3_key_setup (const u8 *key, struct des3_key_s *dkey)
void des3_encrypt (const u8 *plain, const struct des3_key_s *key, u8 *crypt)
void des3_decrypt (const u8 *crypt, const struct des3_key_s *key, u8 *plain)

Detailed Description

DES and 3DES-EDE ciphers.

Copyright
Copyright (c) 2006-2009, Jouni Malinen <j@w1.fi>

This software may be distributed under the terms of the BSD license. See README for more details.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines