Home
last modified time | relevance | path

Searched refs:Nh (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/crypto/openssl/
H A Dossl_sha512.c45 c->Nh = 0; in ossl_sha384_init()
64 c->Nh = 0; in ossl_sha512_init()
86 c->u.d[SHA_LBLOCK - 2] = c->Nh; in ossl_sha512_final()
97 p[sizeof(c->u) - 9] = (unsigned char)(c->Nh); in ossl_sha512_final()
98 p[sizeof(c->u) - 10] = (unsigned char)(c->Nh >> 8); in ossl_sha512_final()
99 p[sizeof(c->u) - 11] = (unsigned char)(c->Nh >> 16); in ossl_sha512_final()
100 p[sizeof(c->u) - 12] = (unsigned char)(c->Nh >> 24); in ossl_sha512_final()
101 p[sizeof(c->u) - 13] = (unsigned char)(c->Nh >> 32); in ossl_sha512_final()
102 p[sizeof(c->u) - 14] = (unsigned char)(c->Nh >> 40); in ossl_sha512_final()
198 c->Nh++; in ossl_sha512_update()
[all …]
H A Dossl_sha.h32 SHA_LONG Nl, Nh; member
43 SHA_LONG Nl, Nh; member
60 SHA_LONG64 Nl, Nh; member
H A Dossl_hash.h63 c->Nh++; in HASH_UPDATE()
64 c->Nh += (HASH_LONG) (len >> 29); /* might cause compiler warning on in HASH_UPDATE()
128 (void)HOST_l2c(c->Nh, p); in HASH_FINAL()
132 (void)HOST_l2c(c->Nh, p); in HASH_FINAL()