Searched refs:Sha512_t (Results 1 – 2 of 2) sorted by relevance
811 #define SHA512_CTX Sha512_t822 } Sha512_t; typedef996 Sha512_t* sha = (Sha512_t*)p; in sha512_block()1044 register Sha512_t* sha = (Sha512_t*)p; in sha512_init()1056 Sha512_t* sha; in sha512_open()1058 if (sha = newof(0, Sha512_t, 1, 0)) in sha512_open()1070 Sha512_t* sha = (Sha512_t*)p; in sha512_done()1129 MEMSET_BZERO(&sha->state, sizeof(*sha) - offsetof(Sha512_t, state)); in sha512_done()1138 register Sha512_t* sha = (Sha512_t*)p; in sha512_print()1152 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()