Searched defs:ParseKeyBlob (Results 1 - 5 of 5) sorted by relevance

/system/tpm/trunks/
H A Dblob_parser.cc47 bool BlobParser::ParseKeyBlob(const std::string& key_blob, function in class:trunks::BlobParser
/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp69 keymaster_error_t Keymaster2PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob, function in class:keymaster::Keymaster2PassthroughContext
H A Dkeymaster1_passthrough_context.cpp98 keymaster_error_t error = ParseKeyBlob(key_to_upgrade, upgrade_params, &key);
141 keymaster_error_t Keymaster1PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob, function in class:keymaster::Keymaster1PassthroughContext
H A Dpure_soft_keymaster_context.cpp131 keymaster_error_t error = ParseKeyBlob(key_to_upgrade, upgrade_params, &key);
138 keymaster_error_t PureSoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, function in class:keymaster::PureSoftKeymasterContext
288 error = ParseKeyBlob(wrapping_key_blob, wrapping_key_params, &key);
H A Dsoft_keymaster_context.cpp219 keymaster_error_t error = ParseKeyBlob(key_to_upgrade, upgrade_params, &key);
243 keymaster_error_t SoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, function in class:keymaster::SoftKeymasterContext

Completed in 308 milliseconds