OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
evp_key.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/x509.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/ui.h>

Go to the source code of this file.

Functions

void EVP_set_pw_prompt (const char *prompt)
 
char * EVP_get_pw_prompt (void)
 
int EVP_read_pw_string (char *buf, int len, const char *prompt, int verify)
 
int EVP_read_pw_string_min (char *buf, int min, int len, const char *prompt, int verify)
 
int EVP_BytesToKey (const EVP_CIPHER *type, const EVP_MD *md, const unsigned char *salt, const unsigned char *data, int datal, int count, unsigned char *key, unsigned char *iv)
 

Function Documentation

int EVP_BytesToKey ( const EVP_CIPHER type,
const EVP_MD md,
const unsigned char *  salt,
const unsigned char *  data,
int  datal,
int  count,
unsigned char *  key,
unsigned char *  iv 
)

Definition at line 115 of file evp_key.c.

char* EVP_get_pw_prompt ( void  )

Definition at line 80 of file evp_key.c.

int EVP_read_pw_string ( char *  buf,
int  len,
const char *  prompt,
int  verify 
)

Definition at line 91 of file evp_key.c.

int EVP_read_pw_string_min ( char *  buf,
int  min,
int  len,
const char *  prompt,
int  verify 
)

Definition at line 96 of file evp_key.c.

void EVP_set_pw_prompt ( const char *  prompt)

Definition at line 69 of file evp_key.c.