Searched refs:Sha512_t (Results 1 – 2 of 2) sorted by relevance
829 #define SHA512_CTX Sha512_t840 } Sha512_t; typedef1014 Sha512_t* sha = (Sha512_t*)p; in sha512_block()1062 register Sha512_t* sha = (Sha512_t*)p; in sha512_init()1074 Sha512_t* sha; in sha512_open()1076 if (sha = newof(0, Sha512_t, 1, 0)) in sha512_open()1088 Sha512_t* sha = (Sha512_t*)p; in sha512_done()1148 MEMSET_BZERO(&sha->state, sizeof(*sha) - offsetof(Sha512_t, state)); in sha512_done()1157 register Sha512_t* sha = (Sha512_t*)p; in sha512_print()1171 register Sha512_t* sha = (Sha512_t*)p; in sha512_data()[all …]
310 } Sha512_t; typedef315 Sha512_t* lmd; in sha512_open()317 if (lmd = newof(0, Sha512_t, 1, 0)) in sha512_open()