OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
s2_enc.c File Reference
#include "ssl_locl.h"
#include <stdio.h>

Go to the source code of this file.

Functions

int ssl2_enc_init (SSL *s, int client)
 
void ssl2_enc (SSL *s, int send)
 
void ssl2_mac (SSL *s, unsigned char *md, int send)
 

Function Documentation

void ssl2_enc ( SSL s,
int  send 
)

Definition at line 121 of file s2_enc.c.

int ssl2_enc_init ( SSL s,
int  client 
)

Definition at line 63 of file s2_enc.c.

void ssl2_mac ( SSL s,
unsigned char *  md,
int  send 
)

Definition at line 151 of file s2_enc.c.