Searched defs:final (Results 1 – 5 of 5) sorted by relevance
/system/webservd/webservd/ |
D | config.h | 30 struct Config final { struct 33 struct ProtocolHandler final { argument 36 std::string name; 44 std::string interface_name; 48 brillo::SecureBlob private_key; 49 brillo::Blob certificate; 50 brillo::Blob certificate_fingerprint; 60 std::vector<ProtocolHandler> protocol_handlers;
|
/system/connectivity/shill/ |
D | portal_detector.h | 79 bool final; member
|
/system/core/include/mincrypt/ |
D | hash-internal.h | 41 const uint8_t* (* const final)(struct HASH_CTX*); member
|
/system/keymaster/ |
D | ocb.c | 788 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() 918 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() 1129 int ad_len, void* pt, const void* tag, int final) { in ae_decrypt()
|
/system/extras/ksmutils/ |
D | lookup3.c | 150 #define final(a,b,c) \ macro
|