Home
last modified time | relevance | path

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

12

/system/keymaster/km_openssl/
Dhmac_operation.cpp95 const EVP_MD* md = nullptr; in HmacOperation() local
102 md = EVP_sha1(); in HmacOperation()
105 md = EVP_sha224(); in HmacOperation()
108 md = EVP_sha256(); in HmacOperation()
111 md = EVP_sha384(); in HmacOperation()
114 md = EVP_sha512(); in HmacOperation()
118 if (md == nullptr) { in HmacOperation()
124 if (mac_length > EVP_MD_size(md) || mac_length < kMinHmacLengthBits / 8) { in HmacOperation()
135 HMAC_Init_ex(&ctx_, blob.key_material, blob.key_material_size, md, nullptr /* engine */); in HmacOperation()
/system/bpf/libbpf_android/
DLoader.cpp386 vector<struct bpf_map_def> md; in createMaps() local
392 md.resize(mdData.size() / sizeof(struct bpf_map_def)); in createMaps()
393 memcpy(md.data(), mdData.data(), mdData.size()); in createMaps()
411 fd = bpf_create_map(md[i].type, mapNames[i].c_str(), md[i].key_size, md[i].value_size, in createMaps()
412 md[i].max_entries, md[i].map_flags); in createMaps()
/system/core/rootdir/etc/
Dpublic.libraries.wear.txt1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
Dpublic.libraries.android.txt1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
Dpublic.libraries.iot.txt1 # See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp61 const EVP_MD* md = EVP_sha256(); in ComputeHmac() local
62 if (!HMAC_Init_ex(&ctx, HMAC_KEY, sizeof(HMAC_KEY), md, nullptr /* engine */)) in ComputeHmac()
/system/extras/simpleperf/demo/JavaApi/app/
Dbuild.gradle8 …oid.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#prepare-an-android-a…
/system/extras/verity/include/verity/
Dhash_tree_builder.h35 HashTreeBuilder(size_t block_size, const EVP_MD* md);
/system/extras/simpleperf/demo/CppApi/app/
Dbuild.gradle8 …oid.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#why-we-suggest-profi…
/system/extras/simpleperf/demo/
DREADME.md13 … [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md).
14 …oid.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#Android-application-…
/system/extras/verity/
Dhash_tree_builder.cpp49 HashTreeBuilder::HashTreeBuilder(size_t block_size, const EVP_MD* md) in HashTreeBuilder() argument
50 : block_size_(block_size), data_size_(0), md_(md) { in HashTreeBuilder()
/system/media/camera/docs/
Dmetadata_helpers.py827 javatext = md(text, JAVADOC_IMAGE_SRC_METADATA)
914 ndktext = md(text, NDKDOC_IMAGE_SRC_METADATA, False)
1013 hidltext = md(text, NDKDOC_IMAGE_SRC_METADATA, False)
1094 def md(text, img_src_prefix="", table_ext=True): function
Dhtml.mako106 from metadata_helpers import md
141 return md(text, IMAGE_SRC_METADATA)
/system/sepolicy/private/
Duntrusted_app_27.te31 # https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#t…
Duntrusted_app_25.te46 # https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#t…
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app_27.te31 # https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#t…
Duntrusted_app_25.te46 # https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#t…
/system/bt/
DREADME.md93 …up Instructions](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_eclipse_dev.md)
/system/extras/simpleperf/doc/
DREADME.md9 … [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md).
152 …[Here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/demo/README.md).
1172 The third tab is "Flamegraph". It shows the flame graphs generated by [inferno](./inferno.md).
1186 [inferno](./inferno.md) is a tool used to generate flame graph in a html file.
/system/bt/doc/
Dstyle_guide.md12 Each subsystem's purpose should be documented in the `doc/directory_layout.md`
/system/core/fastboot/fuzzy_fastboot/
DREADME.md13 The [fastboot protocol](../README.md) provides an easy way to manage low level
/system/timezone/input_data/android/
Dcountryzones.txt1963 isoCode:"md"
/system/media/audio_utils/
DDoxyfile763 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
DDoxyfile.orig763 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
/system/chre/pal/doc/
DDoxyfile796 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl,

12