Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/keymaster/3.0/default/
DKeymasterDevice.cpp278 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()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_tags.h201 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
Dauthorization_set.cpp207 OutStreams& serializeParamValue(OutStreams& out, const hidl_vec<uint8_t>& blob) { in serializeParamValue()
320 InStreams& deserializeParamValue(InStreams& in, hidl_vec<uint8_t>* blob) { in deserializeParamValue()
Dkeymaster_hidl_hal_test.cpp282 X509* parse_cert_blob(const hidl_vec<uint8_t>& blob) { in parse_cert_blob()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp79 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) { in operator <<()
733 UniqueBlob blob(key_blob, key_blob_length); in TEST_F() local
/hardware/libhardware/include/hardware/
Dkeymaster_defs.h314 keymaster_blob_t blob; /* KM_BIGNUM and KM_BYTES*/ member