Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp199 std::vector<char> base64(base64Length); in jsonEncodeCsrWithBuild() local
200 rc = EVP_EncodeBlock(reinterpret_cast<uint8_t*>(base64.data()), csrCbor.data(), csrCbor.size()); in jsonEncodeCsrWithBuild()
210 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