Home
last modified time | relevance | path

Searched refs:Nl (Results 1 - 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DjsdocTypeTag.js35 var Nl; variable
81 var Nl: null; variable
117 var Nl; variable
151 var Nl; variable
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmd32_common.h31 * HASH_LONG Nl,Nh;
138 l = (c->Nl + (((HASH_LONG) len) << 3)) & 0xffffffffUL; in HASH_UPDATE()
139 if (l < c->Nl) /* overflow */ in HASH_UPDATE()
143 c->Nl = l; in HASH_UPDATE()
209 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
211 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
/third_party/openssl/include/crypto/
H A Dmd32_common.h31 * HASH_LONG Nl,Nh;
138 l = (c->Nl + (((HASH_LONG) len) << 3)) & 0xffffffffUL; in HASH_UPDATE()
139 if (l < c->Nl) /* overflow */ in HASH_UPDATE()
143 c->Nl = l; in HASH_UPDATE()
209 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
211 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
/third_party/openssl/ohos_lite/include/crypto/
H A Dmd32_common.h31 * HASH_LONG Nl,Nh;
138 l = (c->Nl + (((HASH_LONG) len) << 3)) & 0xffffffffUL; in HASH_UPDATE()
139 if (l < c->Nl) /* overflow */ in HASH_UPDATE()
143 c->Nl = l; in HASH_UPDATE()
209 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
211 (void)HOST_l2c(c->Nl, p); in HASH_FINAL()
H A Dsm3.h28 SM3_WORD Nl, Nh; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c86 ctx->md.Nl += blocks <<= 3; in cipher_hw_rc4_hmac_md5_cipher()
87 if (ctx->md.Nl < (unsigned int)blocks) in cipher_hw_rc4_hmac_md5_cipher()
131 l = (ctx->md.Nl + (blocks << 3)) & 0xffffffffU; in cipher_hw_rc4_hmac_md5_cipher()
132 if (l < ctx->md.Nl) in cipher_hw_rc4_hmac_md5_cipher()
134 ctx->md.Nl = l; in cipher_hw_rc4_hmac_md5_cipher()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5_hw.c86 ctx->md.Nl += blocks <<= 3; in cipher_hw_rc4_hmac_md5_cipher()
87 if (ctx->md.Nl < (unsigned int)blocks) in cipher_hw_rc4_hmac_md5_cipher()
131 l = (ctx->md.Nl + (blocks << 3)) & 0xffffffffU; in cipher_hw_rc4_hmac_md5_cipher()
132 if (l < ctx->md.Nl) in cipher_hw_rc4_hmac_md5_cipher()
134 ctx->md.Nl = l; in cipher_hw_rc4_hmac_md5_cipher()
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c89 c->Nl = 0; in sha512_224_init()
107 c->Nl = 0; in sha512_256_init()
125 c->Nl = 0; in SHA384_Init()
143 c->Nl = 0; in SHA512_Init()
171 c->u.d[SHA_LBLOCK - 1] = c->Nl; in SHA512_Final()
173 p[sizeof(c->u) - 1] = (unsigned char)(c->Nl); in SHA512_Final()
174 p[sizeof(c->u) - 2] = (unsigned char)(c->Nl >> 8); in SHA512_Final()
175 p[sizeof(c->u) - 3] = (unsigned char)(c->Nl >> 16); in SHA512_Final()
176 p[sizeof(c->u) - 4] = (unsigned char)(c->Nl >> 24); in SHA512_Final()
177 p[sizeof(c->u) - 5] = (unsigned char)(c->Nl >> 3 in SHA512_Final()
[all...]
/third_party/openssl/crypto/sha/
H A Dsha512.c89 c->Nl = 0; in sha512_224_init()
107 c->Nl = 0; in sha512_256_init()
125 c->Nl = 0; in SHA384_Init()
143 c->Nl = 0; in SHA512_Init()
171 c->u.d[SHA_LBLOCK - 1] = c->Nl; in SHA512_Final()
173 p[sizeof(c->u) - 1] = (unsigned char)(c->Nl); in SHA512_Final()
174 p[sizeof(c->u) - 2] = (unsigned char)(c->Nl >> 8); in SHA512_Final()
175 p[sizeof(c->u) - 3] = (unsigned char)(c->Nl >> 16); in SHA512_Final()
176 p[sizeof(c->u) - 4] = (unsigned char)(c->Nl >> 24); in SHA512_Final()
177 p[sizeof(c->u) - 5] = (unsigned char)(c->Nl >> 3 in SHA512_Final()
[all...]
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c74 c->Nl = 0; in sha512_224_init()
92 c->Nl = 0; in sha512_256_init()
110 c->Nl = 0; in SHA384_Init()
128 c->Nl = 0; in SHA512_Init()
156 c->u.d[SHA_LBLOCK - 1] = c->Nl; in SHA512_Final()
158 p[sizeof(c->u) - 1] = (unsigned char)(c->Nl); in SHA512_Final()
159 p[sizeof(c->u) - 2] = (unsigned char)(c->Nl >> 8); in SHA512_Final()
160 p[sizeof(c->u) - 3] = (unsigned char)(c->Nl >> 16); in SHA512_Final()
161 p[sizeof(c->u) - 4] = (unsigned char)(c->Nl >> 24); in SHA512_Final()
162 p[sizeof(c->u) - 5] = (unsigned char)(c->Nl >> 3 in SHA512_Final()
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dsha.h44 SHA_LONG Nl, Nh; member
64 SHA_LONG Nl, Nh; member
111 SHA_LONG64 Nl, Nh; member
H A Dmd4.h44 MD4_LONG Nl, Nh; member
H A Dmd5.h43 MD5_LONG Nl, Nh; member
/third_party/openssl/include/openssl/
H A Dsha.h44 SHA_LONG Nl, Nh; member
64 SHA_LONG Nl, Nh; member
111 SHA_LONG64 Nl, Nh; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h36 SHA_LONG Nl, Nh; member
53 SHA_LONG Nl, Nh; member
97 SHA_LONG64 Nl, Nh; member
H A Dmd4.h35 MD4_LONG Nl, Nh; member
H A Dmd5.h35 MD5_LONG Nl, Nh; member
H A Dripemd.h30 RIPEMD160_LONG Nl, Nh; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dsha.rs14 pub Nl: SHA_LONG,
42 pub Nl: SHA_LONG,
75 pub Nl: SHA_LONG64,
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_rc4_hmac_md5.c110 key->md.Nl += blocks <<= 3; in rc4_hmac_md5_cipher()
111 if (key->md.Nl < (unsigned int)blocks) in rc4_hmac_md5_cipher()
153 l = (key->md.Nl + (blocks << 3)) & 0xffffffffU; in rc4_hmac_md5_cipher()
154 if (l < key->md.Nl) in rc4_hmac_md5_cipher()
156 key->md.Nl = l; in rc4_hmac_md5_cipher()
H A De_aes_cbc_hmac_sha1.c125 c->Nl += len <<= 3; in sha1_update()
126 if (c->Nl < (unsigned int)len) in sha1_update()
448 key->md.Nl += blocks <<= 3; in aesni_cbc_hmac_sha1_cipher()
449 if (key->md.Nl < (unsigned int)blocks) in aesni_cbc_hmac_sha1_cipher()
573 key->md.Nl += (blocks << 3); /* at most 18 bits */ in aesni_cbc_hmac_sha1_cipher()
590 bitlen = key->md.Nl + (inp_len << 3); /* at most 18 bits */ in aesni_cbc_hmac_sha1_cipher()
755 key->md.Nl += blocks <<= 3; in aesni_cbc_hmac_sha1_cipher()
756 if (key->md.Nl < (unsigned int)blocks) in aesni_cbc_hmac_sha1_cipher()
/third_party/openssl/crypto/evp/
H A De_rc4_hmac_md5.c110 key->md.Nl += blocks <<= 3; in rc4_hmac_md5_cipher()
111 if (key->md.Nl < (unsigned int)blocks) in rc4_hmac_md5_cipher()
153 l = (key->md.Nl + (blocks << 3)) & 0xffffffffU; in rc4_hmac_md5_cipher()
154 if (l < key->md.Nl) in rc4_hmac_md5_cipher()
156 key->md.Nl = l; in rc4_hmac_md5_cipher()
H A De_aes_cbc_hmac_sha1.c125 c->Nl += len <<= 3; in sha1_update()
126 if (c->Nl < (unsigned int)len) in sha1_update()
448 key->md.Nl += blocks <<= 3; in aesni_cbc_hmac_sha1_cipher()
449 if (key->md.Nl < (unsigned int)blocks) in aesni_cbc_hmac_sha1_cipher()
573 key->md.Nl += (blocks << 3); /* at most 18 bits */ in aesni_cbc_hmac_sha1_cipher()
590 bitlen = key->md.Nl + (inp_len << 3); /* at most 18 bits */ in aesni_cbc_hmac_sha1_cipher()
755 key->md.Nl += blocks <<= 3; in aesni_cbc_hmac_sha1_cipher()
756 if (key->md.Nl < (unsigned int)blocks) in aesni_cbc_hmac_sha1_cipher()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dsm3.h30 SM3_WORD Nl, Nh; member
/third_party/openssl/include/internal/
H A Dsm3.h30 SM3_WORD Nl, Nh; member

Completed in 10 milliseconds

12