Home
last modified time | relevance | path

Searched defs:salt (Results 101 - 125 of 221) sorted by relevance

123456789

/third_party/python/Modules/_blake2/
H A Dblake2b_impl.c91 py_blake2b_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2b_new_impl() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dpkcs5.c26 u8 salt[64]; member
422 pkcs12_key_gen(const u8 *pw, size_t pw_len, const u8 *salt, size_t salt_len, u8 id, unsigned int iter, size_t out_len, u8 *out) pkcs12_key_gen() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dpkcs5.c26 u8 salt[64]; member
400 pkcs12_key_gen(const u8 *pw, size_t pw_len, const u8 *salt, size_t salt_len, u8 id, unsigned int iter, size_t out_len, u8 *out) pkcs12_key_gen() argument
[all...]
/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp207 std::string Crypto::GetHashWithSalt(const std::string &text, const std::string &salt) in GetHashWithSalt() argument
268 std::string salt = GetSecSalt(); in ConvertUdidHashToAnoyGenerate() local
/test/xts/device_attest/services/core/security/
H A Dattest_security_token.c136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local
246 static int32_t GetProductSalt(char *salt, int32_t saltLen) in GetProductSalt() argument
347 char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local
626 uint8_t salt[SALT_LEN] = {0}; GetTokenInfo() local
[all...]
H A Dattest_security.c152 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt() argument
339 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* aesKey) in GetAesKey() argument
/test/xts/device_attest_lite/services/core/security/
H A Dattest_security_token.c136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local
246 static int32_t GetProductSalt(unsigned char *salt, int32_t saltLen) in GetProductSalt() argument
347 unsigned char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local
601 uint8_t salt[SALT_LEN] = {0}; GetTokenInfo() local
[all...]
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c612 BF_word salt[4]; in BF_crypt() member
[all...]
H A Dcrypt_des.c675 static uint32_t setup_salt(uint32_t salt) in setup_salt() argument
882 uint32_t count, salt, l, r0, r1; in _crypt_extended_r_uut() local
/third_party/nghttp2/src/
H A Dshrpx_quic.cc364 generate_quic_connection_id_encryption_key(uint8_t *key, size_t keylen, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen) generate_quic_connection_id_encryption_key() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dhkdf.c76 unsigned char *salt; member
395 HKDF(OSSL_LIB_CTX *libctx, const EVP_MD *evp_md, const unsigned char *salt, size_t salt_len, const unsigned char *ikm, size_t ikm_len, const unsigned char *info, size_t info_len, unsigned char *okm, size_t okm_len) HKDF() argument
446 HKDF_Extract(OSSL_LIB_CTX *libctx, const EVP_MD *evp_md, const unsigned char *salt, size_t salt_len, const unsigned char *ikm, size_t ikm_len, unsigned char *prk, size_t prk_len) HKDF_Extract() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_vfy.c608 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, in SRP_create_verifier_ex() argument
699 char *SRP_create_verifier(const char *user, const char *pass, char **salt, in SRP_create_verifier() argument
714 SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, const BIGNUM *N, const BIGNUM *g, OSSL_LIB_CTX *libctx, const char *propq) SRP_create_verifier_BN_ex() argument
767 SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, const BIGNUM *N, const BIGNUM *g) SRP_create_verifier_BN() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_lib.c123 static const char salt[] = "polling"; in RAND_poll() local
/third_party/node/deps/openssl/openssl/apps/
H A Dsrp.c166 char *salt = NULL; in srp_create_user() local
/third_party/openssl/apps/
H A Dsrp.c166 char *salt = NULL; in srp_create_user() local
/third_party/openssl/crypto/srp/
H A Dsrp_vfy.c609 char *SRP_create_verifier_ex(const char *user, const char *pass, char **salt, in SRP_create_verifier_ex() argument
700 char *SRP_create_verifier(const char *user, const char *pass, char **salt, in SRP_create_verifier() argument
715 SRP_create_verifier_BN_ex(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, const BIGNUM *N, const BIGNUM *g, OSSL_LIB_CTX *libctx, const char *propq) SRP_create_verifier_BN_ex() argument
768 SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, const BIGNUM *N, const BIGNUM *g) SRP_create_verifier_BN() argument
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dhkdf.c76 unsigned char *salt; member
395 HKDF(OSSL_LIB_CTX *libctx, const EVP_MD *evp_md, const unsigned char *salt, size_t salt_len, const unsigned char *ikm, size_t ikm_len, const unsigned char *info, size_t info_len, unsigned char *okm, size_t okm_len) HKDF() argument
446 HKDF_Extract(OSSL_LIB_CTX *libctx, const EVP_MD *evp_md, const unsigned char *salt, size_t salt_len, const unsigned char *ikm, size_t ikm_len, unsigned char *prk, size_t prk_len) HKDF_Extract() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pwd.c30 u8 *salt; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_backup.c214 static struct wpabuf * dpp_build_pbkdf2_alg_id(const struct wpabuf *salt, in dpp_build_pbkdf2_alg_id() argument
268 *key_enc_alg = NULL, *salt; in dpp_build_pw_recipient_info() local
529 const u8 *salt; global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pwd.c30 u8 *salt; member
[all...]
/test/xts/device_attest/services/core/include/
H A Dattest_type.h139 char salt[SALT_ENCRYPT_LEN]; member
145 char salt[SALT_ENCRYPT_LEN]; member
/test/xts/device_attest_lite/services/core/include/
H A Dattest_type.h125 char salt[SALT_ENCRYPT_LEN]; member
131 char salt[SALT_ENCRYPT_LEN]; member
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c325 ngtcp2_crypto_hkdf_extract(uint8_t *dest, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen) ngtcp2_crypto_hkdf_extract() argument
433 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
H A Dwolfssl.c209 ngtcp2_crypto_hkdf_extract(uint8_t *dest, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen) ngtcp2_crypto_hkdf_extract() argument
230 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c283 ngtcp2_crypto_hkdf_extract(uint8_t *dest, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen) ngtcp2_crypto_hkdf_extract() argument
310 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument

Completed in 22 milliseconds

123456789