Searched refs:padding_bytes (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/addons/websocket/ |
| D | nx_sha1.c | 314 ULONG padding_bytes; in _nx_sha1_digest_calculate() local 331 …padding_bytes = (current_byte_count < 56) ? (56 - current_byte_count) : (120 - current_byte_count… in _nx_sha1_digest_calculate() 334 _nx_sha1_update(context, _nx_sha1_padding, padding_bytes); in _nx_sha1_digest_calculate()
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nx_sha1.c | 314 ULONG padding_bytes; in _nx_sha1_digest_calculate() local 331 …padding_bytes = (current_byte_count < 56) ? (56 - current_byte_count) : (120 - current_byte_count… in _nx_sha1_digest_calculate() 334 _nx_sha1_update(context, _nx_sha1_padding, padding_bytes); in _nx_sha1_digest_calculate()
|
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_sha1.c | 325 ULONG padding_bytes; in _nx_crypto_sha1_digest_calculate() local 343 …padding_bytes = (current_byte_count < 56) ? (56 - current_byte_count) : (120 - current_byte_count… in _nx_crypto_sha1_digest_calculate() 346 _nx_crypto_sha1_update(context, (UCHAR*)_nx_crypto_sha1_padding, padding_bytes); in _nx_crypto_sha1_digest_calculate()
|
| D | nx_crypto_sha5.c | 368 ULONG padding_bytes; in _nx_crypto_sha512_digest_calculate() local 395 …padding_bytes = (current_byte_count < 112) ? (112 - current_byte_count) : (240 - current_byte_cou… in _nx_crypto_sha512_digest_calculate() 398 _nx_crypto_sha512_update(context, (UCHAR *)_nx_crypto_sha512_padding, padding_bytes); in _nx_crypto_sha512_digest_calculate()
|
| D | nx_crypto_md5.c | 343 ULONG padding_bytes; in _nx_crypto_md5_digest_calculate() local 361 …padding_bytes = (current_byte_count < 56) ? (56 - current_byte_count) : (120 - current_byte_count… in _nx_crypto_md5_digest_calculate() 364 _nx_crypto_md5_update(context, (UCHAR*)_nx_crypto_md5_padding, padding_bytes); in _nx_crypto_md5_digest_calculate()
|
| D | nx_crypto_sha2.c | 322 ULONG padding_bytes; in _nx_crypto_sha256_digest_calculate() local 335 …padding_bytes = (current_byte_count < 56) ? (56 - current_byte_count) : (120 - current_byte_count… in _nx_crypto_sha256_digest_calculate() 338 _nx_crypto_sha256_update(context, (UCHAR*)_nx_crypto_sha256_padding, padding_bytes); in _nx_crypto_sha256_digest_calculate()
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_md5.c | 331 ULONG padding_bytes; in _nx_md5_digest_calculate() local 348 …padding_bytes = (current_byte_count < 56) ? (56 - current_byte_count) : (120 - current_byte_count… in _nx_md5_digest_calculate() 351 _nx_md5_update(context, _nx_md5_padding, padding_bytes); in _nx_md5_digest_calculate()
|