FFmpeg
Data Fields
hash_impl Struct Reference

Data Fields

const char * lib
 
const char * name
 
void(* run )(uint8_t *output, const uint8_t *input, unsigned size)
 
const char * output
 

Detailed Description

Definition at line 64 of file crypto_bench.c.

Field Documentation

◆ lib

const char* hash_impl::lib

Definition at line 65 of file crypto_bench.c.

Referenced by run_implementation().

◆ name

const char* hash_impl::name

Definition at line 66 of file crypto_bench.c.

Referenced by run_implementation().

◆ run

void(* hash_impl::run) (uint8_t *output, const uint8_t *input, unsigned size)

Definition at line 67 of file crypto_bench.c.

Referenced by run_implementation().

◆ output

const char* hash_impl::output

Definition at line 68 of file crypto_bench.c.

Referenced by run_implementation().


The documentation for this struct was generated from the following file: