Functions

oct-md5.cc File Reference

#include <cstdio>
#include <string>
#include <vector>
#include "lo-error.h"
#include "oct-md5.h"
#include "md5.h"
Include dependency graph for oct-md5.cc:

Go to the source code of this file.

Functions

std::string oct_md5 (const std::string str)
std::string oct_md5_file (const std::string file)
static std::string oct_md5_result_to_str (const unsigned char *buf)

Function Documentation

std::string oct_md5 ( const std::string  str  ) 

Definition at line 51 of file oct-md5.cc.

References oct_md5_result_to_str().

Referenced by DEFUN_DLD().

std::string oct_md5_file ( const std::string  file  ) 

Definition at line 61 of file oct-md5.cc.

References current_liboctave_error_handler, and oct_md5_result_to_str().

Referenced by DEFUN_DLD().

static std::string oct_md5_result_to_str ( const unsigned char buf  )  [static]

Definition at line 37 of file oct-md5.cc.

Referenced by oct_md5(), and oct_md5_file().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines