Home
last modified time | relevance | path

Searched refs:SHA_LBLOCK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/crypto/openssl/
H A Dossl_sha.h25 # define SHA_LBLOCK 16 macro
26 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a
33 SHA_LONG data[SHA_LBLOCK];
37 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a
44 SHA_LONG data[SHA_LBLOCK];
53 # define SHA512_CBLOCK (SHA_LBLOCK*8)
62 SHA_LONG64 d[SHA_LBLOCK];
H A Dossl_sha512.c86 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()