iPXE
|
An MD5+SHA1 context. More...
#include <tls.h>
Data Fields | |
uint8_t | md5 [MD5_CTX_SIZE] |
MD5 context. More... | |
uint8_t | sha1 [SHA1_CTX_SIZE] |
SHA-1 context. More... | |
uint8_t md5_sha1_context::md5[MD5_CTX_SIZE] |
MD5 context.
Definition at line 301 of file tls.h.
Referenced by md5_sha1_final(), md5_sha1_init(), and md5_sha1_update().
uint8_t md5_sha1_context::sha1[SHA1_CTX_SIZE] |
SHA-1 context.
Definition at line 303 of file tls.h.
Referenced by md5_sha1_final(), md5_sha1_init(), and md5_sha1_update().