Searched refs:pw_ (Results 1 – 15 of 15) sorted by relevance
/external/libchrome/crypto/ |
D | p224_spake.cc | 114 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()
|
D | p224_spake.h | 118 uint8_t pw_[p224::kScalarBytes]; variable
|
/external/cronet/crypto/ |
D | p224_spake.cc | 185 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()
|
D | p224_spake.h | 119 uint8_t pw_[kScalarBytes]; variable
|
/external/musl/src/passwd/ |
D | getpw_r.c | 4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf)
|
/external/pigweed/docs/ |
D | targets.rst | 48 * ``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;
|
D | module_structure.rst | 95 Pigweed upstream modules are always named with a prefix ``pw_`` to enforce
|
D | style_guide.rst | 593 // Public Pigweed code used from C must be prefixed with pw_. 1464 pw_{foo, bar, baz}: Change something in a few places
|
D | build_system.rst | 446 ``pw_*`` target types (e.g. ``pw_source_set``) in your BUILD.gn files instead
|
/external/pigweed/pw_build/ |
D | defaults.gni | 19 # are applied to all of the pw_* target types. They are set from a toolchain's
|
D | relative_source_file_names.gni | 36 # The various pw_* templates add pw_source_files metadata which we
|
D | facade.gni | 24 # `pw_[module]_BACKEND` at a backend implementation for that module.
|
D | docs.rst | 81 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/ |
D | fwd_txfm_ssse3_x86_64.asm | 19 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/ |
D | fwd_txfm_ssse3_x86_64.asm | 22 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
|