Searched refs:password (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dgetpass.c12 static char password[128]; local
28 l = read(fd, password, sizeof password);
30 if (l > 0 && password[l - 1] == '\n')
32 password[l] = 0;
40 return l < 0 ? 0 : password;
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Devp.h412 // Password stretching functions take a low-entropy password and apply a slow
416 // PKCS5_PBKDF2_HMAC computes |iterations| iterations of PBKDF2 of |password|
419 OPENSSL_EXPORT int PKCS5_PBKDF2_HMAC(const char *password, size_t password_len,
426 OPENSSL_EXPORT int PKCS5_PBKDF2_HMAC_SHA1(const char *password,
432 // EVP_PBE_scrypt expands |password| into a secret key of length |key_len| using
440 OPENSSL_EXPORT int EVP_PBE_scrypt(const char *password, size_t password_len,

Completed in 34 milliseconds