Searched refs:SHA_LBLOCK (Results 1 – 2 of 2) sorted by relevance
25 # define SHA_LBLOCK 16 macro26 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a33 SHA_LONG data[SHA_LBLOCK];37 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a44 SHA_LONG data[SHA_LBLOCK];53 # define SHA512_CBLOCK (SHA_LBLOCK*8)62 SHA_LONG64 d[SHA_LBLOCK];
86 c->u.d[SHA_LBLOCK - 2] = c->Nh; in ossl_sha512_final()87 c->u.d[SHA_LBLOCK - 1] = c->Nl; in ossl_sha512_final()