|
| bool | ccf::verify_enclave_measurement_against_uvm_endorsements (ccf::kv::ReadOnlyTx &tx, const pal::PlatformAttestationMeasurement "e_measurement, const std::vector< uint8_t > &uvm_endorsements) |
| |
| QuoteVerificationResult | ccf::verify_enclave_measurement_against_store (ccf::kv::ReadOnlyTx &tx, const pal::PlatformAttestationMeasurement "e_measurement, const QuoteFormat "e_format, const std::optional< std::vector< uint8_t > > &uvm_endorsements=std::nullopt) |
| |
| QuoteVerificationResult | ccf::verify_quoted_node_public_key (const std::vector< uint8_t > &expected_node_public_key, const ccf::crypto::Sha256Hash "ed_hash) |
| |
| QuoteVerificationResult | ccf::verify_host_data_against_store (ccf::kv::ReadOnlyTx &tx, const QuoteInfo "e_info, std::optional< HostData > &host_data) |
| |
| QuoteVerificationResult | ccf::verify_tcb_version_against_store (ccf::kv::ReadOnlyTx &tx, const QuoteInfo "e_info) |
| |
| QuoteVerificationResult | ccf::verify_code_transparent_statement (ccf::kv::ReadOnlyTx &tx, const std::vector< uint8_t > &ts_raw, const HostData &host_data, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem) |
| |