hunt-openssl ~master (2021-04-30T03:10:28Z)
Home
Dub
Repo
SHAstate_st
deimos
openssl
sha
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
SHAstate_st {
SHA_LONG
h0
;
SHA_LONG
h1
;
SHA_LONG
h2
;
SHA_LONG
h3
;
SHA_LONG
h4
;
SHA_LONG
Nl
;
SHA_LONG
Nh
;
SHA_LONG
[
SHA_LBLOCK
]
data
;
uint
num
;
}
Members
Variables
Nh
SHA_LONG
Nh
;
Undocumented in source.
Nl
SHA_LONG
Nl
;
Undocumented in source.
data
SHA_LONG
[
SHA_LBLOCK
]
data
;
Undocumented in source.
h0
SHA_LONG
h0
;
h1
SHA_LONG
h1
;
h2
SHA_LONG
h2
;
h3
SHA_LONG
h3
;
h4
SHA_LONG
h4
;
Undocumented in source.
num
uint
num
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
sha
aliases
FIPS_SHA_SIZE_T
SHA256_CTX
SHA512_CTX
SHA_CTX
SHA_LONG
SHA_LONG64
functions
SHA
SHA1
SHA1_Final
SHA1_Init
SHA1_Transform
SHA1_Update
SHA224
SHA224_Final
SHA224_Init
SHA224_Update
SHA256
SHA256_Final
SHA256_Init
SHA256_Transform
SHA256_Update
SHA384
SHA384_Final
SHA384_Init
SHA384_Update
SHA512
SHA512_Final
SHA512_Init
SHA512_Transform
SHA512_Update
SHA_Final
SHA_Init
SHA_Transform
SHA_Update
private_SHA1_Init
private_SHA224_Init
private_SHA256_Init
private_SHA384_Init
private_SHA512_Init
private_SHA_Init
manifest constants
SHA224_DIGEST_LENGTH
SHA256_CBLOCK
SHA256_DIGEST_LENGTH
SHA384_DIGEST_LENGTH
SHA512_CBLOCK
SHA512_DIGEST_LENGTH
SHA_CBLOCK
SHA_DIGEST_LENGTH
SHA_LAST_BLOCK
SHA_LBLOCK
structs
SHA256state_st
SHA512state_st
SHAstate_st