Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/openssl/
H A Dossl_sha512.c44 c->Nl = 0; in ossl_sha384_init()
63 c->Nl = 0; in ossl_sha512_init()
87 c->u.d[SHA_LBLOCK - 1] = c->Nl; in ossl_sha512_final()
89 p[sizeof(c->u) - 1] = (unsigned char)(c->Nl); in ossl_sha512_final()
90 p[sizeof(c->u) - 2] = (unsigned char)(c->Nl >> 8); in ossl_sha512_final()
91 p[sizeof(c->u) - 3] = (unsigned char)(c->Nl >> 16); in ossl_sha512_final()
92 p[sizeof(c->u) - 4] = (unsigned char)(c->Nl >> 24); in ossl_sha512_final()
93 p[sizeof(c->u) - 5] = (unsigned char)(c->Nl >> 32); in ossl_sha512_final()
94 p[sizeof(c->u) - 6] = (unsigned char)(c->Nl >> 40); in ossl_sha512_final()
197 if (l < c->Nl) in ossl_sha512_update()
[all …]
H A Dossl_hash.h61 l = (c->Nl + (((HASH_LONG) len) << 3)) & 0xffffffffUL; in HASH_UPDATE()
62 if (l < c->Nl) /* overflow */ in HASH_UPDATE()
66 c->Nl = l; in HASH_UPDATE()
129 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
131 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
H A Dossl_sha.h32 SHA_LONG Nl, Nh; member
43 SHA_LONG Nl, Nh; member
60 SHA_LONG64 Nl, Nh; member