Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dsha1_i.h12 struct SHA1Context { struct
18 void SHA1Init(struct SHA1Context *context); argument
/freebsd/contrib/sqlite3/
H A Dshell.c3223 typedef struct SHA1Context SHA1Context; typedef
3224 struct SHA1Context { struct
3225 unsigned int state[5];
3226 unsigned int count[2];
3227 unsigned char buffer[64];