All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
otp_pwe.c File Reference
#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/rad_assert.h>
#include "extern.h"
#include <openssl/des.h>
#include <openssl/md4.h>
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <string.h>
+ Include dependency graph for otp_pwe.c:

Go to the source code of this file.

Macros

#define _FR_MD4_H
 
#define _FR_SHA1_H
 
#define SIZEOF_PWATTR   (4 * 2)
 

Functions

void otp_pwe_init (void)
 
otp_pwe_t otp_pwe_present (REQUEST const *request)
 

Variables

fr_dict_attr_t const * pwattr [SIZEOF_PWATTR]
 

Macro Definition Documentation

#define _FR_MD4_H

Definition at line 31 of file otp_pwe.c.

#define _FR_SHA1_H

Definition at line 32 of file otp_pwe.c.

#define SIZEOF_PWATTR   (4 * 2)

Definition at line 47 of file otp_pwe.c.

Function Documentation

void otp_pwe_init ( void  )

Definition at line 53 of file otp_pwe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

otp_pwe_t otp_pwe_present ( REQUEST const *  request)

Definition at line 120 of file otp_pwe.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

fr_dict_attr_t const* pwattr[SIZEOF_PWATTR]

Definition at line 48 of file otp_pwe.c.