HomeSort by relevance Sort by last modified time
    Searched refs:dummy_password (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
payload_verifier.cc 147 char dummy_password[] = { ' ', 0 }; // Ensure no password is read from stdin. local
148 RSA* rsa = PEM_read_RSA_PUBKEY(fpubkey, nullptr, nullptr, dummy_password);
  /external/wpa_supplicant_8/src/common/
sae.c 426 u8 dummy_password[32]; local
436 if (dummy_password_len > sizeof(dummy_password))
437 dummy_password_len = sizeof(dummy_password);
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
507 addr[0] = dummy_password;
    [all...]

Completed in 224 milliseconds