Home
last modified time | relevance | path

Searched refs:sha256_process (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/prngs/
H A Dfortuna.c75 if ((err = sha256_process(&md, prng->fortuna.K, 32)) != CRYPT_OK) { in _fortuna_reseed()
90 if ((err = sha256_process(&md, tmp, 32)) != CRYPT_OK) { in _fortuna_reseed()
144 if ((err = sha256_process(&md, prng->fortuna.K, 32)) != CRYPT_OK) { in _fortuna_update_seed()
148 if ((err = sha256_process(&md, in, inlen)) != CRYPT_OK) { in _fortuna_update_seed()
233 if ((err = sha256_process(&prng->fortuna.pool[prng->fortuna.pool_idx], tmp, 2)) != CRYPT_OK) { in fortuna_add_entropy()
236 if ((err = sha256_process(&prng->fortuna.pool[prng->fortuna.pool_idx], in, inlen)) != CRYPT_OK) { in fortuna_add_entropy()
426 if ((err = sha256_process(md, out+x*32, 32)) != CRYPT_OK) { in fortuna_export()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/prngs/
H A Dfortuna.c75 if ((err = sha256_process(&md, prng->fortuna.K, 32)) != CRYPT_OK) { in _fortuna_reseed()
90 if ((err = sha256_process(&md, tmp, 32)) != CRYPT_OK) { in _fortuna_reseed()
144 if ((err = sha256_process(&md, prng->fortuna.K, 32)) != CRYPT_OK) { in _fortuna_update_seed()
148 if ((err = sha256_process(&md, in, inlen)) != CRYPT_OK) { in _fortuna_update_seed()
233 if ((err = sha256_process(&prng->fortuna.pool[prng->fortuna.pool_idx], tmp, 2)) != CRYPT_OK) { in fortuna_add_entropy()
236 if ((err = sha256_process(&prng->fortuna.pool[prng->fortuna.pool_idx], in, inlen)) != CRYPT_OK) { in fortuna_add_entropy()
426 if ((err = sha256_process(md, out+x*32, 32)) != CRYPT_OK) { in fortuna_export()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dcrypt5.cpp11 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
26 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
27 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
40 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
41 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
H A Dsha256.hpp14 void sha256_process(sha256_context *ctx, const void *Data, size_t Size);
/dports/archivers/unrar-iconv/unrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
H A Dsha256.hpp14 void sha256_process(sha256_context *ctx, const void *Data, size_t Size);
/dports/archivers/unrar/unrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/archivers/libunrar6/unrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dcrypt5.cpp13 sha256_process(&KCtx, Key, KeyLength); in hmac_sha256()
37 sha256_process(&ICtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
46 sha256_process(&ICtx, Data, DataLength); // Hash data. in hmac_sha256()
67 sha256_process(&RCtx, KeyBuf, Sha256BlockSize); // Hash padded key. in hmac_sha256()
76 sha256_process(&RCtx, IDig, SHA256_DIGEST_SIZE); // Hash internal digest. in hmac_sha256()
/dports/net/hostapd/hostapd-2.9/src/crypto/
H A Dcrypto_internal.c117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
301 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish()
302 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
H A Dsha256_i.h21 int sha256_process(struct sha256_state *md, const unsigned char *in,
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/
H A Dcrypto_internal.c117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
301 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish()
302 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
H A Dsha256_i.h21 int sha256_process(struct sha256_state *md, const unsigned char *in,
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
301 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish()
302 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/
H A Dcrypto_internal.c117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
301 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish()
302 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
301 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_finish()
302 sha256_process(&ctx->u.sha256, mac, 32); in crypto_hash_finish()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/prngs/
H A Dfortuna.c116 if ((err = sha256_process(&md, prng->u.fortuna.K, 32)) != CRYPT_OK) { in s_fortuna_reseed()
131 if ((err = sha256_process(&md, tmp, 32)) != CRYPT_OK) { in s_fortuna_reseed()
189 if ((err = sha256_process(&md, prng->u.fortuna.K, 32)) != CRYPT_OK) { in fortuna_update_seed()
193 if ((err = sha256_process(&md, in, inlen)) != CRYPT_OK) { in fortuna_update_seed()
266 if ((err = sha256_process(&prng->u.fortuna.pool[pool], tmp, 2)) != CRYPT_OK) { in s_fortuna_add()
269 if ((err = sha256_process(&prng->u.fortuna.pool[pool], in, inlen)) != CRYPT_OK) { in s_fortuna_add()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/prngs/
H A Dfortuna.c75 if ((err = sha256_process(&md, prng->fortuna.K, 32)) != CRYPT_OK) { in fortuna_reseed()
88 if ((err = sha256_process(&md, tmp, 32)) != CRYPT_OK) { in fortuna_reseed()
190 if ((err = sha256_process(&prng->fortuna.pool[prng->fortuna.pool_idx], tmp, 2)) != CRYPT_OK) { in fortuna_add_entropy()
193 if ((err = sha256_process(&prng->fortuna.pool[prng->fortuna.pool_idx], in, inlen)) != CRYPT_OK) { in fortuna_add_entropy()
377 if ((err = sha256_process(md, out+x*32, 32)) != CRYPT_OK) { in fortuna_export()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/crypto/
H A Dsha256-internal.c28 static int sha256_process(struct sha256_state *md, const unsigned char *in,
49 if (sha256_process(&ctx, addr[i], len[i])) in sha256_vector()
161 static int sha256_process(struct sha256_state *md, const unsigned char *in, in sha256_process() function
/dports/sysutils/UEFITool/UEFITool-A59/common/
H A Dsha256.c25 int sha256_process(struct sha256_state *md, const unsigned char *in, unsigned long inlen);
55 sha256_process(&ctx, (const unsigned char*)in, inlen); in sha256()
147 int sha256_process(struct sha256_state *md, const unsigned char *in, in sha256_process() function

123456789