Home
last modified time | relevance | path

Searched refs:md (Results 1 – 13 of 13) sorted by relevance

/system/ulib/crypto/
A Ddigest.cpp24 const EVP_MD* md; in GetDigest() local
31 md = EVP_sha256(); in GetDigest()
38 *out = reinterpret_cast<uintptr_t>(md); in GetDigest()
A Dhkdf.cpp50 const EVP_MD* md = reinterpret_cast<const EVP_MD*>(ptr); in Init() local
54 size_t prk_len = EVP_MD_size(md); in Init()
66 if (HKDF_extract(prk, &prk_len, md, key.get(), key.len(), salt.get(), salt.len()) < 0) { in Init()
110 const EVP_MD* md = reinterpret_cast<const EVP_MD*>(ptr); in Derive() local
118 if (HKDF_expand(out, out_len, md, prk_.get(), prk_.len(), info, info_len) < 0) { in Derive()
A Dhmac.cpp106 const EVP_MD* md = reinterpret_cast<const EVP_MD*>(ptr); in Init() local
110 if ((flags & ALLOW_WEAK_KEY) == 0 && key_len < EVP_MD_size(md)) { in Init()
116 if (HMAC_Init_ex(&ctx_->impl, key.get(), key_len, md, nullptr) != 1) { in Init()
/system/dev/misc/cpu-trace/
A DREADME.md7 + [intel_pt](intel-pt.md) Intel Processor Trace driver
8 + [intel_pm](intel-pm.md) Intel Performance Monitor
/system/core/bootsvc/
A DTESTING7 to the boot zbi. For example, to add the contents of README.md as the crashlog:
11 -T CRASHLOG README.md &&
/system/core/devmgr/devmgr/
A Dcoordinator.cpp799 fbl::unique_ptr<Metadata> md; in ReleaseDevice() local
801 if (md->has_path) { in ReleaseDevice()
1162 memcpy(buffer, md.Data(), md.length); in GetMetadata()
1178 const char* md_path = md.Data() + md.length; in GetMetadata()
1183 memcpy(buffer, md.Data(), md.length); in GetMetadata()
1184 *actual = md.length; in GetMetadata()
1200 md->type = type; in AddMetadata()
1201 md->length = length; in AddMetadata()
1238 md->type = type; in PublishMetadata()
1239 md->length = length; in PublishMetadata()
[all …]
/system/dev/usb/usb-peripheral-test/
A DREADME.md14 The [hikey960 board](../../../../docs/targets/hikey960.md) is one of those devices, so here we
/system/fidl/fuchsia-process/
A Dlauncher.fidl60 // See <https://fuchsia.googlesource.com/zircon/+/master/docs/syscalls/process_create.md>.
139 // <https://fuchsia.googlesource.com/docs/+/master/the-book/namespaces.md> for details.
/system/fidl/fuchsia-logger/
A Dlogger.fidl51 … // https://fuchsia.googlesource.com/zircon/+/master/docs/syscalls/clock_get.md#supported-clock-ids
/system/fidl/fuchsia-ldsvc/
A Dldsvc.fidl9 // See //zircon/docs/program_loading.md for a more complete
/system/ulib/unittest/
A DREADME.md7 and system/utest/core cannot use fdio. See system/utest/core/README.md.
/system/ulib/async/
A DREADME.md36 See also [libasync-loop.a](../async-loop/README.md) which provides a general-purpose
/system/public/zircon/
A Dsyscalls.abigen32 # See <https://fuchsia.googlesource.com/docs/+/master/development/api/system.md>

Completed in 13 milliseconds