Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmakedocinfologo20 base64 $1 | tr -d '\n'
/hardware/google/gfxstream/guest/mesa/bin/
Dkhronos-update.py4 import base64
34 content = base64.b64decode(req.content)
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp355 std::vector<char> base64(base64Length); in jsonEncodeCsrWithBuild() local
356 rc = EVP_EncodeBlock(reinterpret_cast<uint8_t*>(base64.data()), csrCbor.data(), csrCbor.size()); in jsonEncodeCsrWithBuild()
368 json["csr"] = base64.data(); // Boring writes a NUL-terminated c-string in jsonEncodeCsrWithBuild()
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal2011 * @param response response string of the challenge/response algo for ISIM auth in base64 format