Searched refs:final (Results 1 - 25 of 54) sorted by relevance

123

/system/keymaster/
H A Dae.h95 int ad_len, void* ct, void* tag, int final);
110 * final - Non-zero if this call completes the plaintext being encrypted.
112 * If nonce!=NULL then a message is being initiated. If final!=0
113 * then a message is being finalized. If final==0 or nonce==NULL
125 int ad_len, void* pt, const void* tag, int final);
140 * read when final is non-zero.
141 * final - Non-zero if this call completes the ciphertext being decrypted.
143 * If nonce!=NULL then "ct" points to the start of a ciphertext. If final!=0
144 * then "in" points to the final piece of ciphertext. If final
[all...]
/system/bt/service/common/bluetooth/util/
H A Datomic_string.h25 class AtomicString final { class in namespace:util
/system/core/include/mincrypt/
H A Dhash-internal.h41 const uint8_t* (* const final)(struct HASH_CTX*); member in struct:HASH_VTAB
55 #define HASH_final(ctx) (ctx)->f->final(ctx)
/system/webservd/webservd/
H A Dconfig.h30 struct Config final { struct in namespace:webservd
33 struct ProtocolHandler final { struct in struct:webservd::final
H A Ddbus_request_handler.h31 class DBusRequestHandler final : public RequestHandlerInterface { class in namespace:webservd
H A Dlog_manager.h32 class LogManager final { class in namespace:webservd
H A Drequest.h42 class FileInfo final { class in namespace:webservd
68 class Request final { class in namespace:webservd
H A Dserver.h41 class Server final : public org::chromium::WebServer::ServerInterface, class in namespace:webservd
/system/bt/service/common/bluetooth/
H A Dadvertise_data.h30 class AdvertiseData final { class in namespace:bluetooth
H A Dgatt_identifier.h33 class GattIdentifier final { class in namespace:bluetooth
/system/connectivity/apmanager/
H A Dfirewall_manager.h33 class FirewallManager final { class in namespace:apmanager
/system/connectivity/shill/
H A Dportal_detector.h61 final(false) {}
65 final(false) {}
71 final(final_in) {}
77 // This only valid when |final| is true.
79 bool final; member in struct:shill::PortalDetector::Result
100 // this is the last attempt, the "final" flag in the Result structure will
/system/webservd/libwebserv/
H A Drequest_handler_callback.h28 class LIBWEBSERV_EXPORT RequestHandlerCallback final class in namespace:libwebserv
H A Drequest_impl.h30 class RequestImpl final : public Request { class in namespace:libwebserv
H A Dresponse_impl.h31 class ResponseImpl final : public Response { class in namespace:libwebserv
/system/vold/
H A DKeymaster.cpp58 keymaster_key_blob_t* key_blob) const override final {
61 keymaster_error_t delete_key(const keymaster_key_blob_t* key) const override final {
68 keymaster_operation_handle_t* operation_handle) const override final {
75 keymaster_blob_t* output) const override final {
79 keymaster_error_t abort(keymaster_operation_handle_t operation_handle) const override final {
90 ~Keymaster1Device() override final { keymaster1_close(mDevice); }
95 keymaster_blob_t* output) const override final {
103 ~Keymaster2Device() override final { keymaster2_close(mDevice); }
108 keymaster_blob_t* output) const override final {
/system/core/base/include/android-base/
H A Dunique_fd.h53 class unique_fd_impl final { class in namespace:android::base
/system/update_engine/
H A Dhardware_android.h31 class HardwareAndroid final : public HardwareInterface { class in namespace:chromeos_update_engine
H A Dhardware_chromeos.h32 class HardwareChromeOS final : public HardwareInterface { class in namespace:chromeos_update_engine
H A Dlibcros_proxy.h31 class LibCrosProxy final { class in namespace:chromeos_update_engine
/system/tools/aidl/
H A Doptions.h30 class JavaOptions final { class in namespace:android::aidl
69 class CppOptions final { class in namespace:android::aidl
/system/connectivity/shill/dbus/
H A Dchromeos_dhcpcd_listener.h42 class ChromeosDHCPCDListener final : public DHCPCDListenerInterface { class in namespace:shill
/system/weaved/buffet/
H A Dap_manager_client.h29 class ApManagerClient final { class in namespace:buffet
H A Dbinder_weave_service.h40 class BinderWeaveService final : public android::weave::BnWeaveService { class in namespace:buffet
/system/extras/perfprofd/quipper/base/
H A Dcompiler_specific.h147 #define FINAL final

Completed in 1694 milliseconds

123