repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
ghostkzshadow/KZProductOC
KZProductOC/KZProductOC/KTabBarVC.h
<filename>KZProductOC/KZProductOC/KTabBarVC.h // // KTabBarVC.h // KZProductOC // // Created by KZ on 2021/9/11. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface KTabBarVC : UITabBarController @end NS_ASSUME_NONNULL_END
ghostkzshadow/KZProductOC
KZProductOC/KZProductOC/ViewController.h
// // ViewController.h // KZProductOC // // Created by KZ on 2021/9/11. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
1791-labs/carlie
src/main/native/carlie/jdk/jni_util.c
<gh_stars>1-10 // Copied from: https://github.com/AdoptOpenJDK/openjdk-jdk8u/blob/d2b6fff560/jdk/src/share/native/common/jni_util.c /* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you c...
1791-labs/carlie
src/main/native/carlie/tcp-server/uv-exception-class.c
/** ******************************************************************************* * Copyright 2019-present <NAME>. <<EMAIL>> * * * * Licensed under the Apache License, Version 2.0 (the "License"); ...
1791-labs/carlie
src/main/native/carlie/tcp-server-class.h
/** ******************************************************************************* * Copyright 2019-present <NAME>. <<EMAIL>> * * * * Licensed under the Apache License, Version 2.0 (the "License"); ...
1791-labs/carlie
src/main/native/carlie/common.h
/** ******************************************************************************* * Copyright 2019-present <NAME>. <<EMAIL>> * * * * Licensed under the Apache License, Version 2.0 (the "License"); ...
1791-labs/carlie
src/main/native/carlie/tcp-server/uv-exception-class.h
<filename>src/main/native/carlie/tcp-server/uv-exception-class.h /** ******************************************************************************* * Copyright 2019-present <NAME>. <<EMAIL>> * * * * Licens...
1791-labs/carlie
src/main/native/carlie/tcp-server-class.c
/** ******************************************************************************* * Copyright 2019-present <NAME>. <<EMAIL>> * * * * Licensed under the Apache License, Version 2.0 (the "License"); ...
KerryL/logCompare
src/logFileWindow.h
<filename>src/logFileWindow.h // File: logFileWindow.h // Created: 11/5/2018 // Author: <NAME> // Description: Core functionality for log display. #ifndef LOG_FILE_WINDOW_H_ #define LOG_FILE_WINDOW_H_ // wxWidgets headers #include <wx/wx.h> #include <wx/stc/stc.h> #include <wx/fdrepdlg.h> // Standard C++ headers...
KerryL/logCompare
src/dropTarget.h
// File: dropTarget.h // Date: 11/5/2018 // Auth: <NAME> // Desc: Derives from wxDropTarget and overrides OnDropFiles to load files // when the user drags-and-drops them onto the main window. #ifndef DROP_TARGET_H_ #define DROP_TARGET_H_ // wxWidgets headers #include <wx/dnd.h> class LogFileWindow; /// C...
KerryL/logCompare
src/logCompareApp.h
<reponame>KerryL/logCompare // File: logCompareApp.h // Created: 11/5/2018 // Author: <NAME> // Description: The application class. // History: #ifndef LOG_COMPARE_APP_H_ #define LOG_COMPARE_APP_H_ // wxWidgets headers #include <wx/wx.h> // Local forward declarations class MainFrame; // The application class cl...
KerryL/logCompare
src/logFile.h
// File: logFile.h // Created: 11/6/2018 // Author: <NAME> // Description: Class representing log file. #ifndef LOG_FILE_H_ #define LOG_FILE_H_ // Local headers #include "utilities.h" // Standard C++ headers #include <chrono> #include <string> #include <sstream> #include <vector> class LogFile { public: explic...
KerryL/logCompare
src/mainFrame.h
<reponame>KerryL/logCompare // File: mainFrame.h // Created: 11/5/2018 // Author: <NAME> // Description: Main frame for the application. #ifndef MAIN_FRAME_H_ #define MAIN_FRAME_H_ // wxWidgets headers #include <wx/wx.h> // Standard C++ headers #include <vector> class LogFileWindow; // The main frame class cla...
KerryL/logCompare
src/utilities.h
<reponame>KerryL/logCompare<filename>src/utilities.h // File: utilities.h // Created: 11/5/2018 // Author: <NAME> // Description: Utility methods. #ifndef UTILITIES_H_ #define UTILITIES_H_ // Standard C++ headers #include <string> #include <chrono> namespace Utilities { typedef std::chrono::duration<double> Dur...
nono303/mod_fcgid
modules/fcgid/fcgid_spawn_ctl.c
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
nono303/mod_fcgid
modules/fcgid/fcgid_protocol.c
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
nono303/mod_fcgid
modules/fcgid/mod_fcgid.c
<gh_stars>0 /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "Li...
nono303/mod_fcgid
modules/fcgid/fcgid_conf.c
<gh_stars>0 /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "Li...
andimoto/stm32f4xx-cmake-cpp
stm32lib/tools/itm_write.h
<reponame>andimoto/stm32f4xx-cmake-cpp<gh_stars>0 #ifndef STM32LIB_TOOLS_ITM_WRITE_H_ #define STM32LIB_TOOLS_ITM_WRITE_H_ #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <stdarg.h> /* va_list, va_start, va_arg, va_end */ int printf(const char* format, ...); #ifdef __cplusplus } #endif /* __...
cbtek/SourceGen
products/sgen/sgen_utils/.sgen_templates/class_singleton_template.h
<filename>products/sgen/sgen_utils/.sgen_templates/class_singleton_template.h /* $CLASS_NAME.h $COPYRIGHT */ #pragma once $INCLUDES_H $BEGIN_NAMESPACE class $CLASS_NAME $PARENT_CLASSES { public: /** * @brief $CLASS_NAME */ $CLASS_NAME(); $CLASS_SETTERS_H $CLASS_GETTERS_H /** ...
cbtek/SourceGen
products/sgen/sgen_utils/inc/SourceGenInfo.h
<filename>products/sgen/sgen_utils/inc/SourceGenInfo.h /** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation t...
cbtek/SourceGen
products/sgen/sgen_qt/inc/UISourceGenAbout.h
<gh_stars>0 /** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
cbtek/SourceGen
common/utility/inc/DateEntity.h
<filename>common/utility/inc/DateEntity.h /** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to ...
cbtek/SourceGen
products/sgen/sgen_utils/inc/SourceGen.h
<filename>products/sgen/sgen_utils/inc/SourceGen.h<gh_stars>0 /** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limit...
cbtek/SourceGen
common/utility/inc/Color.h
<reponame>cbtek/SourceGen /** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, cop...
cbtek/SourceGen
common/utility/inc/Random.h
/** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distrib...
cbtek/SourceGen
products/sgen/sgen_utils/.sgen_templates/class_qtwidget_template.h
<gh_stars>0 /* $CLASS_NAME.h $COPYRIGHT */ #pragma once #include <$QT_WIDGET> $INCLUDES_H class Ui_$CLASS_NAME; $BEGIN_NAMESPACE class $CLASS_NAME : public $QT_WIDGET { Q_OBJECT public: /** * @brief $CLASS_NAME * @param parent Pointer to parent widget. Defaults to null. */ explicit $CLA...
cbtek/SourceGen
common/utility/inc/StringList.h
/** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
cbtek/SourceGen
common/utility/inc/TimeEntity.h
/** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distrib...
cbtek/SourceGen
products/sgen/sgen_qt/inc/UISourceGen.h
/** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distrib...
cbtek/SourceGen
products/sgen/sgen_utils/.sgen_templates/class_virtual_template.h
/* $CLASS_NAME.hpp $COPYRIGHT */ #pragma once $INCLUDES_H $BEGIN_NAMESPACE class $CLASS_NAME $PARENT_CLASSES { public: /** * @brief Virtual destructor for $CLASS_NAME */ virtual ~$CLASS_NAME(){} }; $END_NAMESPACE
cbtek/SourceGen
common/utility/inc/XMLUtils.h
<filename>common/utility/inc/XMLUtils.h /** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the right...
cbtek/SourceGen
products/sgen/sgen_utils/.sgen_templates/class_static_template.h
/* $CLASS_NAME.h $COPYRIGHT */ #pragma once $INCLUDES_H $BEGIN_NAMESPACE class $CLASS_NAME $PARENT_CLASSES { public: private: /** * @brief Private constructor for $CLASS_NAME */ $CLASS_NAME(); /** * @brief Private copy constructor for $CLASS_NAME */ $CLASS_NAME(con...
cbtek/SourceGen
products/sgen/sgen_utils/.sgen_templates/class_normal_template.h
/* $CLASS_NAME.h $COPYRIGHT */ #pragma once $INCLUDES_H $BEGIN_NAMESPACE class $CLASS_NAME $PARENT_CLASSES { public: /** * @brief $CLASS_NAME */ $CLASS_NAME(); $CLASS_SETTERS_H $CLASS_GETTERS_H /** * Destructor for this $CLASS_NAME */ ~$CLASS_NAME(); private: $C...
cbtek/SourceGen
common/utility/inc/StringBuilder.h
/** MIT License Copyright (c) 2016 cbtek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
mikeandino/Semana-7
ArrayStack.h
#ifndef ARRAYSTACK_H #define ARRAYSTACK_H #include "Stack.h" #include "Object.h" class ArrayStack : public Stack{ private: Object* array; int size; int availPos; public: ArrayStack(int); virtual bool push(Object); virtual Object* pop(); virtual bool isEmpty(); ~ArrayStack(); }; #endif
mikeandino/Semana-7
Int.h
#ifndef INT_H #define INT_H class Int{ public: Int(int); int value; int getValue(); void setValue(int); int operator+(Int&); bool operator==(Int&); operator int(); ~Int(); }; #endif
mikeandino/Semana-7
Pila.h
#ifndef PILA_H #define PILA_H template <class T> class Pila{ private: vector<T> stack; public: void push(T); T pop(); bool isEmpty(); T top(); }; #include "Pila.cpp" #endif
joycemol31/lungsim
src/bindings/c/gas_exchange.h
<gh_stars>0 #ifndef AETHER_GAS_EXCHANGE_H #define AETHER_GAS_EXCHANGE_H #include "symbol_export.h" #endif /* AETHER_GAS_EXCHANGE_H */
joycemol31/lungsim
src/bindings/c/diagnostics.h
<gh_stars>0 #ifndef AETHER_DIAGNOSTICS_H #define AETHER_DIAGNOSTICS_H #include "symbol_export.h" SHO_PUBLIC void enter_exit(const char *sub_name, int place); SHO_PUBLIC void set_diagnostics_on(int state); #endif /* AETHER_DIAGNOSTICS_H */
joycemol31/lungsim
src/bindings/c/pressure_resistance_flow.c
<filename>src/bindings/c/pressure_resistance_flow.c #include "pressure_resistance_flow.h" void evaluate_prq_c(); void evaluate_prq() { evaluate_prq_c(); }
joycemol31/lungsim
src/bindings/c/geometry.c
<filename>src/bindings/c/geometry.c<gh_stars>0 #include "geometry.h" #include "string.h" void add_mesh_c(const char *AIRWAY_MESHFILE, int *filename_len); void add_matching_mesh_c(); void append_units_c(); void define_1d_elements_c(const char *ELEMFILE, int *filename_len); void define_elem_geometry_2d_c(const char *E...
joycemol31/lungsim
src/bindings/c/pressure_resistance_flow.h
<filename>src/bindings/c/pressure_resistance_flow.h #ifndef AETHER_PRESSURE_RESISTANCE_FLOW_H #define AETHER_PRESSURE_RESISTANCE_FLOW_H #include "symbol_export.h" SHO_PUBLIC void evaluate_prq(); #endif /* AETHER_PRESSURE_RESISTANCE_FLOW_H */
joycemol31/lungsim
src/bindings/c/filenames.c
#include "filenames.h" #include "string.h" void read_geometry_main_c(); void read_geometry_evaluate_flow_c(); void get_filename_c(const char *label, int *label_len, char *filename); void read_geometry_main() { read_geometry_main_c(); } void read_geometry_evaluate_flow() { read_geometry_evaluate_flow_c(); } #i...
joycemol31/lungsim
src/bindings/c/gas_exchange.c
<gh_stars>0 #include "gas_exchange.h"
pavlem/TestTutti
DrawingAPI.framework/Versions/A/Headers/DrawingAPI.h
<filename>DrawingAPI.framework/Versions/A/Headers/DrawingAPI.h // // DrawingAPI.h // DrawingApp // // Created by mich2 on 20/05/14. // Copyright (c) 2014 tutti.ch. All rights reserved. // #ifndef DrawingApp_DrawingAPI_h #define DrawingApp_DrawingAPI_h #import <CoreGraphics/CoreGraphics.h> /* Old C API. */ /* ...
pavlem/TestTutti
Tutti/DrawObjcVC.h
// // DrawObjcVC.h // Tutti // // Created by <NAME> on 8/26/18. // Copyright © 2018 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> @interface DrawObjcVC : UIViewController @end
amukherj/concurrencyts
future.h
#ifndef CONCURRENCYTS_FUTURE_H #define CONCURRENCYTS_FUTURE_H #define __cpp_lib_experimental_future_continuations 201505 #include <cassert> #include <condition_variable> #include <forward_list> #include <memory> #include <mutex> #include <thread> #include <vector> namespace concurrencyts { // shared state for futur...
amukherj/concurrencyts
latch.h
#ifndef CONCURRENCYTS_LATCH_H #define CONCURRENCYTS_LATCH_H #define __cpp_lib_experimental_latch 201505 #include <condition_variable> #include <mutex> namespace concurrencyts { class latch { public: latch(size_t count) : count{count} {} void count_down() { std::unique_lock<std::mutex> ul{lock}; assert(...
amukherj/concurrencyts
barrier.h
#ifndef CONCURRENCYTS_BARRIER_H #define CONCURRENCYTS_BARRIER_H #define __cpp_lib_experimental_barrier 201505 #include <condition_variable> #include <mutex> namespace concurrencyts { template <typename T> class barrier_base { public: typedef int(*compl_func)(); barrier_base(size_t count) : max_count{count}, cou...
amukherj/concurrencyts
concurrencyts.h
<reponame>amukherj/concurrencyts #ifndef CONCURRENCYTS_H #define CONCURRENCYTS_H #include "future.h" #include "latch.h" #include "barrier.h" namespace std { namespace experimental { using namespace concurrencyts; }} #endif /* CONCURRENCYTS_H */
Alg0ritmus/CryptographyInPython_Thesis
blake3/Blake3_reference_impl_comparison/blake3_reference_impl_c-main/reference_impl.h
#ifndef _BLAKE3_REFERENCE_IMPL_H #define _BLAKE3_REFERENCE_IMPL_H #include <stddef.h> #include <stdint.h> #define BLAKE3_OUT_LEN 32 #define BLAKE3_KEY_LEN 32 #define BLAKE3_BLOCK_LEN 64 #define BLAKE3_CHUNK_LEN 1024 // This struct is private. typedef struct _blake3_chunk_state { uint32_t chaining_value[8]; uint6...
Alg0ritmus/CryptographyInPython_Thesis
blake3/Blake3_reference_impl_comparison/blake3_reference_impl_c-main/reference_impl.c
#include <assert.h> #include <string.h> #include "reference_impl.h" #define CHUNK_START 1 << 0 #define CHUNK_END 1 << 1 #define PARENT 1 << 2 #define ROOT 1 << 3 #define KEYED_HASH 1 << 4 #define DERIVE_KEY_CONTEXT 1 << 5 #define DERIVE_KEY_MATERIAL 1 << 6 static uint32_t IV[8] = { 0x6A09E667, 0xBB67AE85, 0x3C6E...
lubical/libest
src/est/est_server.h
/*------------------------------------------------------------------ * est_server.h - Private declarations for EST server * * May, 2013 * * Copyright (c) 2013, 2016, 2018 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #ifndef HEADER_EST_SE...
lubical/libest
test/UT/US5246/us5246.c
/*------------------------------------------------------------------ * us5246.c - Unit Tests for User Story 5246 - Test CoAP Content * Format (media type) * & Accept Option * * November, 2018 * * Copyright (c) 2018 by Cisco S...
lubical/libest
test/util/cdets.h
/*------------------------------------------------------------------ * cdets.h - Public API for CDETS utilities * * October, 2013 * * Copyright (c) 2013 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #ifndef CDETS_H #define CDETS_H void cd...
lubical/libest
test/UT/US1060/us1060c.c
/*------------------------------------------------------------------ * us1060c.c - Unit Tests for User Story 1060 - TLS SRP support (client) * * May, 2014 * * Copyright (c) 2014-2016 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #include <st...
lubical/libest
safe_c_stub/include/safe_mem_lib.h
/*------------------------------------------------------------------ * safe_mem_lib.h - Replacements for Safe C Library Memory Functions * * Contains code derived from https://sourceforge.net/projects/safeclib/ * license reproduced below * * October 2008, <NAME> * * Copyright (c) 2008-2011 by Cisco Systems, I...
lubical/libest
test/UT/US5357/us5357.c
/*------------------------------------------------------------------ * us5357.c - Unit Tests for User Story 5357 - Test DTLS handshake * MTU API * * April, 2019 * * Copyright (c) 2019 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */...
lubical/libest
test/UT/US5230/us5230.c
<reponame>lubical/libest<filename>test/UT/US5230/us5230.c /*------------------------------------------------------------------ * us5230.c - Unit Tests for User Story 5230 - CSR Attrs - Server * in CoAP mode * * October, 2018 * * Copyright (c) 2018 by Cisco Systems, Inc....
lubical/libest
test/UT/US5418/us5418c.c
/*------------------------------------------------------------------ * us5418.c - Unit Tests for User Story 5418 - Performance Timers * * September, 2019 * * Copyright (c) 2019 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #include "us5418.h...
lubical/libest
test/util/test_utils.c
<filename>test/util/test_utils.c /*------------------------------------------------------------------ * util.c - Utilities used by all the unit test code * * June, 2013 * * Copyright (c) 2013, 2016, 2018 by cisco Systems, Inc. * All rights reserved. *-------------------------------------------------------------...
lubical/libest
java/jni/client.c
/* * client.c * * Created on: July 1, 2014 * Author: foleyj * * Copyright (c) 2014, 2015, 2016 by cisco Systems, Inc. * All rights reserved. * */ #include <stdio.h> #include <stdint.h> #include "jest.h" #include <est/est.h> #include <openssl/x509v3.h> #include <openssl/bio.h> #include "safe_mem_lib.h" #...
lubical/libest
test/UT/US5244/us5244.c
<gh_stars>10-100 /*------------------------------------------------------------------ * us5244.c - Unit Tests for User Story 5244 - Extend Enhanced Cert * Auth mode feature * Dec 2018 * * Copyright (c) 2018-2019 by Cisco Systems, Inc. * All rights reserved. *----------...
lubical/libest
test/UT/US3496/us3496.c
<reponame>lubical/libest /*------------------------------------------------------------------ * us3496.c - Unit Tests URI path segment extension support * * March, 2016 * * Copyright (c) 2016 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #i...
lubical/libest
test/UT/US5331/us5331.c
<gh_stars>10-100 /*------------------------------------------------------------------ * us5331.c - Unit Tests for User Story 5331 - Test DTLS handshake * timeout API * * April, 2019 * * Copyright (c) 2019 by cisco Systems, Inc. * All rights reserved. *-------------------------------------------------...
lubical/libest
test/UT/US5184/us5184.c
<reponame>lubical/libest /*------------------------------------------------------------------ * us5184.c - Unit Tests for User Story 5184 - Add Proxy over CoAP * mode Simple Enroll * * September 2018 * * Copyright (c) 2018-2019 by Cisco Systems, Inc. * All rights reser...
lubical/libest
test/UT/US5226/us5226.c
/*------------------------------------------------------------------ * us5226.c - Unit Tests for User Story 5226 - Proxy over CoAP * mode CSR Attrs * * November 2018 * * Copyright (c) 2018 by Cisco Systems, Inc. * All rights reserved. *--------------------------------...
lubical/libest
src/est/est_server.c
/** @file */ /*------------------------------------------------------------------ * est/est_server.c - EST Server specific code * * Assumptions: - Web server using this module utilizes * OpenSSL for HTTPS services. * - OpenSSL is linked along with this * ...
lubical/libest
src/est/est_server_coap.c
/** @file */ /*------------------------------------------------------------------ * est/est_server_coap.c - EST Server code that is CoAP specific. * * October, 2019 * * Copyright (c) 2018-2019 by cisco Systems, Inc. * All rights reserved. **----------------------------------------------------------------- */ #i...
lubical/libest
test/UT/US5394/us5394.c
<reponame>lubical/libest /*------------------------------------------------------------------ * us5394.c - Unit Tests for User Story 5394 - CoAP Server Side * Keygen Proxy Mode * * July 2019 * * Copyright (c) 2018-2019 by Cisco Systems, Inc. * All rights reserved. *-...
lubical/libest
example/util/simple_server_windows.c
<reponame>lubical/libest /*------------------------------------------------------------------ * simple_server_windows.c - * This is a very simple Windows API * multi-threaded TCP server used by the * example EST server and EST proxy * app...
lubical/libest
test/UT/US748/perftest.c
/*------------------------------------------------------------------ * perftest.c - This is a simple performance test tool to be * used against example/server/estserver listening * on port 8085. * * August, 2013 * * Copyright (c) 2013 by cisco Systems, Inc. * All rights reserved. **--...
lubical/libest
test/UT/runtest.c
/*------------------------------------------------------------------ * runtest.c - Controller for all the unit testing * * June, 2013 * * Copyright (c) 2013, 2016, 2018, 2019 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #include <stdio.h> #...
lubical/libest
test/util/st_proxy.h
<gh_stars>10-100 /*------------------------------------------------------------------ * st_server.h - Public API for simple single-threaded EST server * * October, 2013 * * Copyright (c) 2013, 2016, 2018, 2019 by cisco Systems, Inc. * All rights reserved. *--------------------------------------------------------...
lubical/libest
src/est/est.c
/** @file */ /*------------------------------------------------------------------ * est/est.c - EST implementation * * Assumptions: - Web server using this module utilizes * OpenSSL for HTTPS services. * - OpenSSL is linked along with this * ...
lubical/libest
src/est/multipart_parser.h
/* * HTTP Multipart parser * * Based on open source parser at: * https://github.com/iafonov/multipart-parser-c/ * * Updated 2018 by Cisco * * --------------------------------------- * * * Based on node-formidable by <NAME> * <NAME> - <EMAIL> - 2012 * MIT License - http://www.opensource.org/licenses/mit-lic...
lubical/libest
test/UT/US4880/us4880.c
<gh_stars>10-100 /*------------------------------------------------------------------ * us4880.c - Unit Tests for User Story 4880 - proxy server-side keygen * * January 2018 * * Copyright (c) 2018 by Cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ *...
lubical/libest
test/UT/US5240/us5240.c
/*------------------------------------------------------------------ * us5240.c - Unit Tests for User Story 5240 - Rework the event notification * support in EST. * * November, 2018 * * Copyright (c) 2018 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------...
lubical/libest
test/UT/US3646/us3646.c
<reponame>lubical/libest /*------------------------------------------------------------------ * us3646.c - Unit Tests for BRSKI support. * * February, 2017 * * Copyright (c) 2017 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #ifdef ENABLE_BR...
lubical/libest
test/UT/US5399/us5399.c
/*------------------------------------------------------------------ * us5399.c - Unit Tests for User Story 5399 - Test DTLS max active * sessions API * * August, 2019 * * Copyright (c) 2019 by cisco Systems, Inc. * All rights reserved. *--------------------------------------------------------------...
lubical/libest
test/UT/US5121/us5121.c
<gh_stars>10-100 /*------------------------------------------------------------------ * us5121.c - Unit Tests for User Story 5121 - Add Enhanced Cert Auth * mode feature * * May 2018 * * Copyright (c) 2018-2019 by Cisco Systems, Inc. * All rights reserved. *----------...
lubical/libest
src/est/est_ossl_util.h
/*------------------------------------------------------------------ * est_ossl_util.h - Entry point definitions into the OpenSSL * interface for EST server operations. * * November, 2012 * * Copyright (c) 2012-2014 by cisco Systems, Inc. * All rights reserved. *------------------------------...
lubical/libest
src/est/multipart_parser.c
<gh_stars>10-100 /* * HTTP Multipart parser * * Based on open source parser at: * https://github.com/iafonov/multipart-parser-c/ * * Updated 2018 by Cisco * * --------------------------------------- * * Based on node-formidable by <NAME> * <NAME> - <EMAIL> - 2012 * MIT License - http://www.opensource.org/li...
lubical/libest
src/est/est_enhcd_cert_auth.c
<filename>src/est/est_enhcd_cert_auth.c<gh_stars>10-100 /** @file */ /*------------------------------------------------------------------ * est/est_enhcd_cert_auth.c - EST Enhanced Certificate Auth Feature * Description: This file contains utility functions for the * Cisco specific Enhan...
lubical/libest
test/UT/US1005/us1005.c
<filename>test/UT/US1005/us1005.c<gh_stars>10-100 /*------------------------------------------------------------------ * us1005.c - Unit Tests for User Story 1005 - Client easy provision * * November, 2013 * * Copyright (c) 2013, 2016 by cisco Systems, Inc. * All rights reserved. *-------------------------------...
lubical/libest
test/UT/US5282/us5282.c
<reponame>lubical/libest<filename>test/UT/US5282/us5282.c /*------------------------------------------------------------------ * us5282.c - Unit Tests for User Story 5282 - Enable block mode within * libcoap from CiscoEST * * January, 2019 * * Copyright (c) 2019 by cisco Systems, Inc. * All rights res...
lubical/libest
test/util/cdets.c
<reponame>lubical/libest /*------------------------------------------------------------------ * cdets.c - Public API for CDETS utilities * * October, 2013 * * Copyright (c) 2013 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #include <stdio...
lubical/libest
test/UT/US5213/us5213.c
/*------------------------------------------------------------------ * us5213.c - Unit Tests for User Story 5213 - Add Proxy over CoAP * mode Simple Reenroll * and GetCACerts * * October 2018 * * Copyright (c) 2018 by Cisco S...
lubical/libest
test/UT/US4747/us4747.c
<reponame>lubical/libest /*------------------------------------------------------------------ * us4747.c - Unit Tests for User Story 4747 - Encryption of server generated * key from server to client * * October 2017 * * Copyright (c) 2017 by cisco Systems, Inc. * All rights reserved. *--------------------------...
lubical/libest
example/util/simple_server.h
<reponame>lubical/libest<gh_stars>10-100 /*------------------------------------------------------------------ * simple_server.h - This is a very simple multi-threaded TCP * server used by the example EST server and EST * proxy applications. * * August, 2013 * * Copyright (c) ...
lubical/libest
test/UT/US894/us894.c
<gh_stars>10-100 /*------------------------------------------------------------------ * us894.c - Unit Tests for User Story 894 - Proxy cacerts * * November, 2013 * * Copyright (c) 2013, 2016 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ * * ...
lubical/libest
test/UT/US5237/us5237.c
<reponame>lubical/libest /*------------------------------------------------------------------ * us5237.c - Unit Tests for User Story 5237 - CACerts - Server * in CoAP mode * * November, 2018 * * Copyright (c) 2018 by Cisco Systems, Inc. * All rights reserved. *-------...
lubical/libest
example/util/simple_server.c
/*------------------------------------------------------------------ * simple_server.c - This is a very simple multi-threaded TCP * server used by the example EST server and EST * proxy applications. * * August, 2013 * * Copyright (c) 2013-2014, 2016 by cisco Systems, Inc. *...
lubical/libest
test/UT/US5139/us5139.c
/*------------------------------------------------------------------ * us5139.c - Unit Tests for User Story 5139 - Add Enhanced Cert Auth * mode feature * * July 2018 * * Copyright (c) 2018-2019 by Cisco Systems, Inc. * All rights reserved. *--------------------------...
lubical/libest
test/UT/US5255/us5255.c
/*------------------------------------------------------------------ * us5255.c - Unit Tests for User Story 5255 - Proxy Path Segment * Injection in CoAP mode * * January 2019 * * Copyright (c) 2019 by Cisco Systems, Inc. * All rights reserved. *----------------------...
lubical/libest
test/UT/US3512/us3512.c
/*------------------------------------------------------------------ * us3512.c - Unit Tests URI path segment support in the Server * * April, 2016 * * Copyright (c) 2016 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #include <stdio.h> #ifnd...
lubical/libest
test/util/ossl_srv.h
<gh_stars>10-100 /*------------------------------------------------------------------ * ossl_srv.h - Entry point definitions into the OpenSSL * interface for EST server operations. * * November, 2012 * * Copyright (c) 2012 by cisco Systems, Inc. * All rights reserved. *----------------------------...
lubical/libest
test/UT/US1060/us1060.c
/*------------------------------------------------------------------ * us1060.c - Unit Tests for User Story 1060 - TLS SRP support (Server/Proxy) * * May, 2014 * * Copyright (c) 2014-2016 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ #includ...
lubical/libest
test/UT/US5367/us5367.c
/*------------------------------------------------------------------ * us5367.c - Unit Tests for User Story 5367 - Server-Side Keygen * via CoAP * * July, 2019 * * Copyright (c) 2019 by cisco Systems, Inc. * All rights reserved. *------------------------------------------------------------------ */ ...