Home
last modified time | relevance | path

Searched refs:passphrase_len (Results 1 – 25 of 116) sorted by relevance

12345

/dports/net-im/tox/c-toxcore-0.2.13/toxencryptsave/
H A Dtoxencryptsave.api.h141 static bool pass_encrypt(const uint8_t[plaintext_len] plaintext, const uint8_t[passphrase_len] pass…
159 static bool pass_decrypt(const uint8_t[ciphertext_len] ciphertext, const uint8_t[passphrase_len] pa…
207 static this derive(const uint8_t[passphrase_len] passphrase)
219 …static this derive_with_salt(const uint8_t[passphrase_len] passphrase, const uint8_t[PASS_SALT_LEN…
H A Dtoxencryptsave.h190 …t(const uint8_t *plaintext, size_t plaintext_len, const uint8_t *passphrase, size_t passphrase_len,
208 size_t passphrase_len, uint8_t *plaintext, TOX_ERR_DECRYPTION *error);
259 struct Tox_Pass_Key *tox_pass_key_derive(const uint8_t *passphrase, size_t passphrase_len,
271 struct Tox_Pass_Key *tox_pass_key_derive_with_salt(const uint8_t *passphrase, size_t passphrase_len,
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/
H A Dpassphrase.c21 data->_.expl_passphrase.passphrase_len); in ossl_pw_clear_passphrase_data()
35 size_t passphrase_len) in ossl_pw_set_passphrase() argument
44 passphrase_len != 0 ? OPENSSL_memdup(passphrase, passphrase_len) in ossl_pw_set_passphrase()
50 data->_.expl_passphrase.passphrase_len = passphrase_len; in ossl_pw_set_passphrase()
227 source_len = data->_.expl_passphrase.passphrase_len; in ossl_pw_get_passphrase()
/dports/security/openssl-devel/openssl-3.0.2/crypto/
H A Dpassphrase.c21 data->_.expl_passphrase.passphrase_len); in ossl_pw_clear_passphrase_data()
35 size_t passphrase_len) in ossl_pw_set_passphrase() argument
44 passphrase_len != 0 ? OPENSSL_memdup(passphrase, passphrase_len) in ossl_pw_set_passphrase()
50 data->_.expl_passphrase.passphrase_len = passphrase_len; in ossl_pw_set_passphrase()
227 source_len = data->_.expl_passphrase.passphrase_len; in ossl_pw_get_passphrase()
/dports/net/hostapd/hostapd-2.9/src/crypto/
H A Dsha1-pbkdf2.c23 size_t passphrase_len = os_strlen(passphrase); in pbkdf2_sha1_f() local
40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/
H A Dsha1-pbkdf2.c23 size_t passphrase_len = os_strlen(passphrase); in pbkdf2_sha1_f() local
40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/crypto/
H A Dsha1-pbkdf2.c31 size_t passphrase_len = os_strlen(passphrase); in pbkdf2_sha1_f() local
48 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/
H A Dsha1-pbkdf2.c23 size_t passphrase_len = os_strlen(passphrase); in pbkdf2_sha1_f() local
40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-pbkdf2.c23 size_t passphrase_len = os_strlen(passphrase); in pbkdf2_sha1_f() local
40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/
H A Dsha1-pbkdf2.c23 size_t passphrase_len = os_strlen(passphrase); in pbkdf2_sha1_f() local
40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len, in pbkdf2_sha1_f()
46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c21 data->_.expl_passphrase.passphrase_len); in ossl_pw_clear_passphrase_data()
35 size_t passphrase_len) in ossl_pw_set_passphrase() argument
44 OPENSSL_memdup(passphrase, passphrase_len); in ossl_pw_set_passphrase()
49 data->_.expl_passphrase.passphrase_len = passphrase_len; in ossl_pw_set_passphrase()
211 source_len = data->_.expl_passphrase.passphrase_len; in ossl_pw_get_passphrase()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c21 data->_.expl_passphrase.passphrase_len); in ossl_pw_clear_passphrase_data()
35 size_t passphrase_len) in ossl_pw_set_passphrase() argument
44 OPENSSL_memdup(passphrase, passphrase_len); in ossl_pw_set_passphrase()
49 data->_.expl_passphrase.passphrase_len = passphrase_len; in ossl_pw_set_passphrase()
211 source_len = data->_.expl_passphrase.passphrase_len; in ossl_pw_get_passphrase()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c21 data->_.expl_passphrase.passphrase_len); in ossl_pw_clear_passphrase_data()
35 size_t passphrase_len) in ossl_pw_set_passphrase() argument
44 OPENSSL_memdup(passphrase, passphrase_len); in ossl_pw_set_passphrase()
49 data->_.expl_passphrase.passphrase_len = passphrase_len; in ossl_pw_set_passphrase()
211 source_len = data->_.expl_passphrase.passphrase_len; in ossl_pw_get_passphrase()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dpassphrase.c21 data->_.expl_passphrase.passphrase_len); in ossl_pw_clear_passphrase_data()
35 size_t passphrase_len) in ossl_pw_set_passphrase() argument
44 OPENSSL_memdup(passphrase, passphrase_len); in ossl_pw_set_passphrase()
49 data->_.expl_passphrase.passphrase_len = passphrase_len; in ossl_pw_set_passphrase()
211 source_len = data->_.expl_passphrase.passphrase_len; in ossl_pw_get_passphrase()
/dports/security/tor/tor-0.4.6.8/src/tools/
H A Dtor-gencert.c69 static size_t passphrase_len = 0; variable
103 passphrase_len = n; in load_passphrase()
105 passphrase_len = cp-buf; in load_passphrase()
107 passphrase = tor_strndup(buf, passphrase_len); in load_passphrase()
116 memwipe(passphrase, 0, passphrase_len); in clear_passphrase()
293 passphrase, (int) passphrase_len, in load_identity_key()
295 if ((int) passphrase_len < MIN_PASSPHRASE_LEN) { in load_identity_key()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/tools/
H A Dtor-gencert.c69 static size_t passphrase_len = 0; variable
103 passphrase_len = n; in load_passphrase()
105 passphrase_len = cp-buf; in load_passphrase()
107 passphrase = tor_strndup(buf, passphrase_len); in load_passphrase()
116 memwipe(passphrase, 0, passphrase_len); in clear_passphrase()
293 passphrase, (int) passphrase_len, in load_identity_key()
295 if ((int) passphrase_len < MIN_PASSPHRASE_LEN) { in load_identity_key()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Dbcrypt.c172 size_t passphrase_len, unsigned char *salt, uint32_t salt_len, in sftp_bcrypt_pbkdf2() argument
190 if (passphrase_len == 0 || in sftp_bcrypt_pbkdf2()
195 "or key (%lu bytes)", (unsigned long) passphrase_len, in sftp_bcrypt_pbkdf2()
210 res = bcrypt_pbkdf(passphrase, passphrase_len, salt, salt_len, key, key_len, in sftp_bcrypt_pbkdf2()

12345