#include <hostap_crypt.h>
Data Fields | |
char * | name |
void *(* | init )(void) |
void(* | deinit )(void *priv) |
int(* | encrypt )(u8 *buf, int len, void *priv) |
int(* | decrypt )(u8 *buf, int len, void *priv) |
int(* | set_key )(int idx, void *key, int len, void *priv) |
int(* | get_key )(int idx, void *key, int len, void *priv) |
int(* | set_key_idx )(int idx, void *priv) |
int(* | get_key_idx )(void *priv) |
int | extra_prefix_len |
int | extra_postfix_len |
|
|
Referenced by hostap_free_data(). |
|
Referenced by ap_auth_make_challenge(). |
|
Definition at line 31 of file hostap_crypt.h. |
|
Definition at line 31 of file hostap_crypt.h. |
|
|
|
Referenced by ap_crypt_init(). |
|
Definition at line 5 of file hostap_crypt.h. Referenced by hostap_crypto_deinit(), and hostap_get_crypto_ops(). |
|
Referenced by ap_crypt_init(). |
|