All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
otp_mppe.c File Reference
#include <freeradius-devel/rad_assert.h>
#include "extern.h"
#include "otp.h"
#include "otp_mppe.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_mppe.c:

Go to the source code of this file.

Macros

#define _FR_MD4_H
 
#define _FR_SHA1_H
 

Functions

void otp_mppe (REQUEST *request, otp_pwe_t pwe, rlm_otp_t const *opt, char const *passcode)
 

Macro Definition Documentation

#define _FR_MD4_H

Definition at line 26 of file otp_mppe.c.

#define _FR_SHA1_H

Definition at line 27 of file otp_mppe.c.

Function Documentation

void otp_mppe ( REQUEST request,
otp_pwe_t  pwe,
rlm_otp_t const *  opt,
char const *  passcode 
)

Definition at line 45 of file otp_mppe.c.

+ Here is the call graph for this function: