bitcoin ~master (2020-04-22T17:24:46Z)
Dub
Repo
hmac_ctx_st
deimos
openssl
hmac
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
hmac_ctx_st {
const
(
EVP_MD
)*
md
;
EVP_MD_CTX
md_ctx
;
EVP_MD_CTX
i_ctx
;
EVP_MD_CTX
o_ctx
;
uint
key_length
;
ubyte
[
HMAC_MAX_MD_CBLOCK
]
key
;
}
Members
Variables
i_ctx
EVP_MD_CTX
i_ctx
;
Undocumented in source.
key
ubyte
[
HMAC_MAX_MD_CBLOCK
]
key
;
Undocumented in source.
key_length
uint
key_length
;
Undocumented in source.
md
const
(
EVP_MD
)*
md
;
Undocumented in source.
md_ctx
EVP_MD_CTX
md_ctx
;
Undocumented in source.
o_ctx
EVP_MD_CTX
o_ctx
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
hmac
aliases
HMAC_CTX
HMAC_cleanup
functions
HMAC
HMAC_CTX_cleanup
HMAC_CTX_copy
HMAC_CTX_init
HMAC_CTX_set_flags
HMAC_Final
HMAC_Init
HMAC_Init_ex
HMAC_Update
HMAC_size
manifest constants
HMAC_MAX_MD_CBLOCK
structs
hmac_ctx_st