Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dmd32_common.h166 c->Nh++; in HASH_UPDATE()
167 c->Nh += (HASH_LONG) (len >> 29); /* might cause compiler warning on in HASH_UPDATE()
234 (void)HOST_l2c(c->Nh, p); in HASH_FINAL()
238 (void)HOST_l2c(c->Nh, p); in HASH_FINAL()
/openssl/include/openssl/
H A Dsha.h44 SHA_LONG Nl, Nh; member
64 SHA_LONG Nl, Nh; member
112 SHA_LONG64 Nl, Nh; member
H A Dmd5.h43 MD5_LONG Nl, Nh; member
H A Dmd4.h44 MD4_LONG Nl, Nh; member
H A Dripemd.h39 RIPEMD160_LONG Nl, Nh; member
/openssl/crypto/sha/
H A Dsha512.c90 c->Nh = 0; in sha512_224_init()
108 c->Nh = 0; in sha512_256_init()
126 c->Nh = 0; in SHA384_Init()
144 c->Nh = 0; in SHA512_Init()
174 c->u.d[SHA_LBLOCK - 2] = c->Nh; in SHA512_Final()
185 p[sizeof(c->u) - 9] = (unsigned char)(c->Nh); in SHA512_Final()
186 p[sizeof(c->u) - 10] = (unsigned char)(c->Nh >> 8); in SHA512_Final()
187 p[sizeof(c->u) - 11] = (unsigned char)(c->Nh >> 16); in SHA512_Final()
188 p[sizeof(c->u) - 12] = (unsigned char)(c->Nh >> 24); in SHA512_Final()
294 c->Nh++; in SHA512_Update()
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c85 ctx->md.Nh += blocks >> 29; in cipher_hw_rc4_hmac_md5_cipher()
88 ctx->md.Nh++; in cipher_hw_rc4_hmac_md5_cipher()
133 ctx->md.Nh++; in cipher_hw_rc4_hmac_md5_cipher()
135 ctx->md.Nh += blocks >> 29; in cipher_hw_rc4_hmac_md5_cipher()
H A Dcipher_aes_cbc_hmac_sha1_hw.c90 c->Nh += len >> 29; in sha1_update()
93 c->Nh++; in sha1_update()
408 sctx->md.Nh += blocks >> 29; in aesni_cbc_hmac_sha1_cipher()
411 sctx->md.Nh++; in aesni_cbc_hmac_sha1_cipher()
H A Dcipher_aes_cbc_hmac_sha256_hw.c94 c->Nh += len >> 29; in sha256_update()
97 c->Nh++; in sha256_update()
446 sctx->md.Nh += blocks >> 29; in aesni_cbc_hmac_sha256_cipher()
449 sctx->md.Nh++; in aesni_cbc_hmac_sha256_cipher()
/openssl/crypto/evp/
H A De_rc4_hmac_md5.c109 key->md.Nh += blocks >> 29; in rc4_hmac_md5_cipher()
112 key->md.Nh++; in rc4_hmac_md5_cipher()
155 key->md.Nh++; in rc4_hmac_md5_cipher()
157 key->md.Nh += blocks >> 29; in rc4_hmac_md5_cipher()
H A De_aes_cbc_hmac_sha1.c125 c->Nh += len >> 29; in sha1_update()
128 c->Nh++; in sha1_update()
448 key->md.Nh += blocks >> 29; in aesni_cbc_hmac_sha1_cipher()
451 key->md.Nh++; in aesni_cbc_hmac_sha1_cipher()
761 key->md.Nh += blocks >> 29; in aesni_cbc_hmac_sha1_cipher()
764 key->md.Nh++; in aesni_cbc_hmac_sha1_cipher()
H A De_aes_cbc_hmac_sha256.c119 c->Nh += len >> 29; in sha256_update()
122 c->Nh++; in sha256_update()
476 key->md.Nh += blocks >> 29; in aesni_cbc_hmac_sha256_cipher()
479 key->md.Nh++; in aesni_cbc_hmac_sha256_cipher()
/openssl/include/internal/
H A Dsm3.h30 SM3_WORD Nl, Nh; member
H A Dhpke_util.h49 size_t Nh; /* length of hash/extract output */ member
/openssl/crypto/hpke/
H A Dhpke.c688 halflen = kdf_info->Nh; in hpke_do_middle()
732 secretlen = kdf_info->Nh; in hpke_do_middle()
773 ctx->exporterseclen = kdf_info->Nh; in hpke_do_middle()

Completed in 39 milliseconds