Home
last modified time | relevance | path

Searched refs:pw_ (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/crypto/
Dp224_spake.cc114 pw_, sizeof(pw_)); in P224EncryptedKeyExchange()
127 p224::ScalarMult(is_server_ ? kN : kM, pw_, &MNpw); in Init()
185 p224::ScalarMult(is_server_ ? kM : kN, pw_, &MNpw); in ProcessMessage()
241 std::string(reinterpret_cast<const char *>(pw_), sizeof(pw_)); in CalculateHash()
Dp224_spake.h118 uint8_t pw_[p224::kScalarBytes]; variable
/external/cronet/crypto/
Dp224_spake.cc185 pw_, sizeof(pw_)); in P224EncryptedKeyExchange()
203 bssl::UniquePtr<EC_POINT> MNpw(GetMask(p224.get(), !is_server_, pw_)); in Init()
263 bssl::UniquePtr<EC_POINT> MNpw(GetMask(p224.get(), is_server_, pw_)); in ProcessMessage()
323 std::string(reinterpret_cast<const char *>(pw_), sizeof(pw_)); in CalculateHash()
Dp224_spake.h119 uint8_t pw_[kScalarBytes]; variable
/external/musl/src/passwd/
Dgetpw_r.c4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf)
/external/pigweed/docs/
Dtargets.rst48 * ``default_configs``: A list of GN configs to apply to every ``pw_*`` GN
52 to all ``pw_*`` GN targets. This is used to add global module dependencies;
Dmodule_structure.rst95 Pigweed upstream modules are always named with a prefix ``pw_`` to enforce
Dstyle_guide.rst593 // Public Pigweed code used from C must be prefixed with pw_.
1464 pw_{foo, bar, baz}: Change something in a few places
Dbuild_system.rst446 ``pw_*`` target types (e.g. ``pw_source_set``) in your BUILD.gn files instead
/external/pigweed/pw_build/
Ddefaults.gni19 # are applied to all of the pw_* target types. They are set from a toolchain's
Drelative_source_file_names.gni36 # The various pw_* templates add pw_source_files metadata which we
Dfacade.gni24 # `pw_[module]_BACKEND` at a backend implementation for that module.
Ddocs.rst81 invocations, these flags are applied as configs to all ``pw_*`` C/C++ target
112 Projects can globally control the default visibility of pw_* target types by
114 default visibility for any pw_* targets that do not explicitly specify
155 All of the ``pw_*`` target type overrides accept any arguments supported by
/external/libvpx/vpx_dsp/x86/
Dfwd_txfm_ssse3_x86_64.asm19 pw_%1_%2: dw %1, %2, %1, %2, %1, %2, %1, %2
20 pw_%2_m%1: dw %2, -%1, %2, -%1, %2, -%1, %2, -%1
/external/libaom/aom_dsp/x86/
Dfwd_txfm_ssse3_x86_64.asm22 pw_%1_%2: dw %1, %2, %1, %2, %1, %2, %1, %2
23 pw_%2_m%1: dw %2, -%1, %2, -%1, %2, -%1, %2, -%1