Home
last modified time | relevance | path

Searched refs:num_alloc_nodes (Results 1 – 25 of 128) sorted by relevance

123456

/dports/security/libressl-static/libressl-3.3.5/crypto/lhash/
H A Dlhash.c129 ret->num_alloc_nodes = MIN_NODES; in lh_new()
298 nni = lh->num_alloc_nodes; in expand()
317 j = (int)lh->num_alloc_nodes * 2; in expand()
326 for (i = (int)lh->num_alloc_nodes; i < j; i++)/* 26/02/92 eay */ in expand()
328 lh->pmax = lh->num_alloc_nodes; in expand()
329 lh->num_alloc_nodes = j; in expand()
351 lh->num_alloc_nodes /= 2; in contract()
383 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/security/libressl/libressl-3.4.3/crypto/lhash/
H A Dlhash.c129 ret->num_alloc_nodes = MIN_NODES; in lh_new()
298 nni = lh->num_alloc_nodes; in expand()
317 j = (int)lh->num_alloc_nodes * 2; in expand()
326 for (i = (int)lh->num_alloc_nodes; i < j; i++)/* 26/02/92 eay */ in expand()
328 lh->pmax = lh->num_alloc_nodes; in expand()
329 lh->num_alloc_nodes = j; in expand()
351 lh->num_alloc_nodes /= 2; in contract()
383 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/lhash/
H A Dlhash.c129 ret->num_alloc_nodes = MIN_NODES; in lh_new()
298 nni = lh->num_alloc_nodes; in expand()
317 j = (int)lh->num_alloc_nodes * 2; in expand()
326 for (i = (int)lh->num_alloc_nodes; i < j; i++)/* 26/02/92 eay */ in expand()
328 lh->pmax = lh->num_alloc_nodes; in expand()
329 lh->num_alloc_nodes = j; in expand()
351 lh->num_alloc_nodes /= 2; in contract()
383 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/lhash/
H A Dlhash.c129 ret->num_alloc_nodes = MIN_NODES; in lh_new()
298 nni = lh->num_alloc_nodes; in expand()
317 j = (int)lh->num_alloc_nodes * 2; in expand()
326 for (i = (int)lh->num_alloc_nodes; i < j; i++)/* 26/02/92 eay */ in expand()
328 lh->pmax = lh->num_alloc_nodes; in expand()
329 lh->num_alloc_nodes = j; in expand()
351 lh->num_alloc_nodes /= 2; in contract()
383 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/www/obhttpd/libressl-3.4.1/crypto/lhash/
H A Dlhash.c129 ret->num_alloc_nodes = MIN_NODES; in lh_new()
298 nni = lh->num_alloc_nodes; in expand()
317 j = (int)lh->num_alloc_nodes * 2; in expand()
326 for (i = (int)lh->num_alloc_nodes; i < j; i++)/* 26/02/92 eay */ in expand()
328 lh->pmax = lh->num_alloc_nodes; in expand()
329 lh->num_alloc_nodes = j; in expand()
351 lh->num_alloc_nodes /= 2; in contract()
383 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/mail/whoson/whoson-2.05/
H A Dlhash.c138 ret->num_alloc_nodes=MIN_NODES;
321 nni=lh->num_alloc_nodes;
344 j=(int)lh->num_alloc_nodes*2;
354 for (i=(int)lh->num_alloc_nodes; i<j; i++)/* 26/02/92 eay */
356 lh->pmax=lh->num_alloc_nodes;
357 lh->num_alloc_nodes=j;
381 lh->num_alloc_nodes/=2;
418 nn=hash%lh->num_alloc_nodes;
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/lhash/
H A Dlhash.c128 ret->num_alloc_nodes=MIN_NODES; in lh_new()
317 nni=lh->num_alloc_nodes; in expand()
340 j=(int)lh->num_alloc_nodes*2; in expand()
351 for (i=(int)lh->num_alloc_nodes; i<j; i++)/* 26/02/92 eay */ in expand()
353 lh->pmax=lh->num_alloc_nodes; in expand()
354 lh->num_alloc_nodes=j; in expand()
378 lh->num_alloc_nodes/=2; in contract()
412 nn=hash%lh->num_alloc_nodes; in getrn()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/lhash/
H A Dlhash.c129 ret->num_alloc_nodes = MIN_NODES; in lh_new()
315 nni = lh->num_alloc_nodes; in expand()
334 j = (int)lh->num_alloc_nodes * 2; in expand()
344 for (i = (int)lh->num_alloc_nodes; i < j; i++) /* 26/02/92 eay */ in expand()
346 lh->pmax = lh->num_alloc_nodes; in expand()
347 lh->num_alloc_nodes = j; in expand()
370 lh->num_alloc_nodes /= 2; in contract()
402 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/lhash/
H A Dlhash.c131 ret->num_alloc_nodes = MIN_NODES; in lh_new()
305 nni = lh->num_alloc_nodes; in expand()
309 j = (int)lh->num_alloc_nodes * 2; in expand()
319 for (i = (int)lh->num_alloc_nodes; i < j; i++) /* 26/02/92 eay */ in expand()
321 lh->pmax = lh->num_alloc_nodes; in expand()
322 lh->num_alloc_nodes = j; in expand()
368 lh->num_alloc_nodes /= 2; in contract()
401 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
229 nni = lh->num_alloc_nodes; in expand()
242 lh->num_alloc_nodes = j; in expand()
284 lh->num_alloc_nodes /= 2; in contract()
317 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
229 nni = lh->num_alloc_nodes; in expand()
242 lh->num_alloc_nodes = j; in expand()
284 lh->num_alloc_nodes /= 2; in contract()
317 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/lhash/
H A Dlhash.c147 ret->num_alloc_nodes = MIN_NODES; in lh_new()
328 nni = lh->num_alloc_nodes; in expand()
341 lh->num_alloc_nodes = j; in expand()
389 lh->num_alloc_nodes /= 2; in contract()
421 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/lhash/
H A Dlhash.c147 ret->num_alloc_nodes = MIN_NODES; in lh_new()
328 nni = lh->num_alloc_nodes; in expand()
341 lh->num_alloc_nodes = j; in expand()
389 lh->num_alloc_nodes /= 2; in contract()
421 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()

123456