Home
last modified time | relevance | path

Searched refs:pbkdf2_hmac_sha1 (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dpbkdf2.h46 #define pbkdf2_hmac_sha1 nettle_pbkdf2_hmac_sha1 macro
70 pbkdf2_hmac_sha1 (size_t key_length, const uint8_t *key,
H A Dpbkdf2-hmac-sha1.c43 pbkdf2_hmac_sha1 (size_t key_length, const uint8_t *key, in pbkdf2_hmac_sha1() function
H A Dnettle.info3857 -- Function: void pbkdf2_hmac_sha1 (size_t KEY_LENGTH, const uint8_t
5912 * pbkdf2_hmac_sha1: Key derivation functions.
H A Dnettle.texinfo3938 @deftypefun void pbkdf2_hmac_sha1 (size_t @var{key_length}, const uint8_t *@var{key}, unsigned @var…
/dports/security/nettle/nettle-3.7.3/
H A Dpbkdf2.h46 #define pbkdf2_hmac_sha1 nettle_pbkdf2_hmac_sha1 macro
73 pbkdf2_hmac_sha1 (size_t key_length, const uint8_t *key,
H A Dpbkdf2-hmac-sha1.c43 pbkdf2_hmac_sha1 (size_t key_length, const uint8_t *key, in pbkdf2_hmac_sha1() function
H A Dnettle.info4221 -- Function: void pbkdf2_hmac_sha1 (size_t KEY_LENGTH, const uint8_t
6478 * pbkdf2_hmac_sha1: Key derivation functions.
H A Dnettle.texinfo4320 @deftypefun void pbkdf2_hmac_sha1 (size_t @var{key_length}, const uint8_t *@var{key}, unsigned @var…
/dports/lang/ruby26/ruby-2.6.9/ext/openssl/lib/openssl/
H A Dpkcs5.rb18 def pbkdf2_hmac_sha1(pass, salt, iter, keylen) method
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_crypto_gnutls.h65 … key_length, salt, salt_length, iterations, output, output_length) (pbkdf2_hmac_sha1((key_length),…
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_crypto_gnutls.h66 … key_length, salt, salt_length, iterations, output, output_length) (pbkdf2_hmac_sha1((key_length),…
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/testsuite/
H A Dpbkdf2-test.c107 PBKDF2_HMAC_TEST(pbkdf2_hmac_sha1, LDATA("password"), 1, LDATA("salt"), in test_main()
/dports/www/srt/srt-1.4.4/haicrypt/
H A Dcryspr-gnutls.c133 pbkdf2_hmac_sha1(passwd_len,(const uint8_t *)passwd,itr,salt_len,salt,key_len,out); in crysprGnuTLS_KmPbkdf2()
/dports/lang/ruby26/ruby-2.6.9/test/openssl/
H A Dtest_kdf.rb10 assert_equal(expected, OpenSSL::PKCS5.pbkdf2_hmac_sha1("password", "salt", 1, 20))
/dports/security/nettle/nettle-3.7.3/testsuite/
H A Dpbkdf2-test.c111 PBKDF2_HMAC_TEST(pbkdf2_hmac_sha1, LDATA("password"), 1, LDATA("salt"), in test_main()
/dports/www/epiphany/epiphany-41.0/lib/sync/
H A Dephy-password-import.c92pbkdf2_hmac_sha1 (strlen (phrase), (unsigned char *)phrase, 1, sizeof (salt), salt, sizeof (key), … in decrypt()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_cryptor.c94 pbkdf2_hmac_sha1((unsigned)pw_len, (const uint8_t *)pw, rounds, in pbkdf2_sha1()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_cryptor.c94 pbkdf2_hmac_sha1((unsigned)pw_len, (const uint8_t *)pw, rounds, in pbkdf2_sha1()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_cryptor.c123 pbkdf2_hmac_sha1((unsigned)pw_len, (const uint8_t *)pw, rounds, in pbkdf2_sha1()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_cryptor.c123 pbkdf2_hmac_sha1((unsigned)pw_len, (const uint8_t *)pw, rounds, in pbkdf2_sha1()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_cryptor.c123 pbkdf2_hmac_sha1((unsigned)pw_len, (const uint8_t *)pw, rounds, in pbkdf2_sha1()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_cryptor.c123 pbkdf2_hmac_sha1((unsigned)pw_len, (const uint8_t *)pw, rounds, in pbkdf2_sha1()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dpbkdf2_hmac_sha1.h323 #error pbkdf2_hmac_sha1.h can not use a PLAINTEXT_LENGTH larger than 64
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpass_gen.pl3695 sub pbkdf2_hmac_sha1 { subroutine
/dports/security/john/john-1.9.0-jumbo-1/doc/
H A DCHANGES-jumbo6227 pbkdf2_hmac_sha1.h: ixed this core file to run properly on BE
7955 pbkdf2_hmac_sha1.h: disable vectorization of a loop
12331 Modified pbkdf2_hmac_sha1.h to also do PBKDF1 algo, and modified
15355 Rename keychain.h to pbkdf2_hmac_sha1.h, add pbkdf2_hmac_sha256.h

12