Home
last modified time | relevance | path

Searched defs:_SHA256_CTX (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dsha2.h68 typedef struct _SHA256_CTX { struct
69 u_int32_t state[8];
70 u_int64_t bitcount;
71 u_int8_t buffer[SHA256_BLOCK_LENGTH];
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.h103 typedef struct _SHA256_CTX { struct
104 u_int32_t state[8];
105 u_int64_t bitcount;
106 u_int8_t buffer[SHA256_BLOCK_LENGTH];