Searched defs:blob (Results 1 – 6 of 6) sorted by relevance
278 inline static keymaster_blob_t hidlVec2KmBlob(const hidl_vec<uint8_t>& blob) { in hidlVec2KmBlob()284 inline static keymaster_key_blob_t hidlVec2KmKeyBlob(const hidl_vec<uint8_t>& blob) { in hidlVec2KmKeyBlob()290 inline static hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_key_blob_t& blob) { in kmBlob2hidlVec()295 inline static hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_blob_t& blob) { in kmBlob2hidlVec()
201 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
207 OutStreams& serializeParamValue(OutStreams& out, const hidl_vec<uint8_t>& blob) { in serializeParamValue()320 InStreams& deserializeParamValue(InStreams& in, hidl_vec<uint8_t>* blob) { in deserializeParamValue()
282 X509* parse_cert_blob(const hidl_vec<uint8_t>& blob) { in parse_cert_blob()
79 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) { in operator <<()733 UniqueBlob blob(key_blob, key_blob_length); in TEST_F() local
314 keymaster_blob_t blob; /* KM_BIGNUM and KM_BYTES*/ member