Searched refs:Sha256_t (Results 1 – 2 of 2) sorted by relevance
460 #define SHA256_CTX Sha256_t471 } Sha256_t; typedef651 Sha256_t* sha = (Sha256_t*)p; in sha256_block()699 register Sha256_t* sha = (Sha256_t*)p; in sha256_init()711 Sha256_t* sha; in sha256_open()713 if (sha = newof(0, Sha256_t, 1, 0)) in sha256_open()725 Sha256_t* sha = (Sha256_t*)p; in sha256_done()786 MEMSET_BZERO(&sha->state, sizeof(*sha) - offsetof(Sha256_t, state)); in sha256_done()795 register Sha256_t* sha = (Sha256_t*)p; in sha256_print()809 register Sha256_t* sha = (Sha256_t*)p; in sha256_data()
242 } Sha256_t; typedef247 Sha256_t* lmd; in sha256_open()249 if (lmd = newof(0, Sha256_t, 1, 0)) in sha256_open()