Home
last modified time | relevance | path

Searched refs:ReadCertChainLength (Results 1 – 5 of 5) sorted by relevance

/trusty/user/app/keymaster/device_unittest/
Dmain.cpp115 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestCertChainStorage()
144 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestCertStorageInvalid()
156 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestCertStorageInvalid()
171 error = ss_manager->ReadCertChainLength(AttestationKeySlot::kRsa, in DeleteAttestationData()
175 error = ss_manager->ReadCertChainLength(AttestationKeySlot::kEcdsa, in DeleteAttestationData()
/trusty/user/app/keymaster/host_unittest/
Dmain.cpp124 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestCertChainStorage()
163 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestCertStorageInvalid()
175 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestCertStorageInvalid()
193 error = ss_manager->ReadCertChainLength(AttestationKeySlot::kRsa, in DeleteAttestationData()
197 error = ss_manager->ReadCertChainLength(AttestationKeySlot::kEcdsa, in DeleteAttestationData()
359 error = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in TestFormatChange()
/trusty/user/app/keymaster/
Dtrusty_keymaster.cpp232 err = ss_manager->ReadCertChainLength(key_slot, &cert_chain_length); in ClearAttestationCertChain()
279 if (ss_manager->ReadCertChainLength(key_slot, &cert_chain_length) != in AppendAttestationCertChain()
Dsecure_storage_manager.h137 keymaster_error_t ReadCertChainLength(AttestationKeySlot key_slot,
Dsecure_storage_manager.cpp297 keymaster_error_t SecureStorageManager::ReadCertChainLength( in ReadCertChainLength() function in keymaster::SecureStorageManager