Searched refs:open (Results 1 – 19 of 19) sorted by relevance
| /FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/ |
| A D | pkcs11_demo_setup.py | 16 with open(key_file, "rb") as key: 24 with open(KEY_OUT_NAME, "wb") as key_out: 31 with open(cert_file, "rb") as cert: 33 with open(CERT_OUT_NAME, "wb") as cert_out:
|
| A D | README.md | 19 http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html
|
| /FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/DemoSetup/ |
| A D | convert_credentials_to_der.py | 28 with open(f"{KEY_OUT_NAME}", "wb") as key_out: 36 with open(f"{CERT_OUT_NAME}", "wb") as cert_out: 42 with open(args.cert_file, "r") as cert: 45 with open(args.key_file, "r") as key:
|
| A D | generate_credentials.py | 119 open(ROOT_CA_PRIV_KEY_FILE, "wb").write(root_prv_key_pem) 120 open(ROOT_CA_PUB_KEY_FILE, "wb").write(root_pub_key_pem) 121 open(ROOT_CA_CERT_FILE, "wb").write(root_ca_cert_pem) 183 open(CLAIM_PRIV_KEY_FILE, "wb").write(claim_pub_key_pem) 184 open(CLAIM_PUB_KEY_FILE, "wb").write(claim_prv_key_pem) 185 open(CLAIM_CERT_FILE, "wb").write(claim_cert_pem)
|
| A D | demo_setup.py | 88 template_file = open(f"{script_file_dir_abs_path}/demo_config.templ", 'r') 93 header_file = open(f"{script_file_dir_abs_path}/../demo_config.h", "w") 134 cf_template_file = open(f"{script_file_dir_abs_path}/cloudformation_template.json", "r")
|
| A D | demo_cleanup.py | 145 template_file = open(f"{script_file_dir_abs_path}/demo_config_empty.templ", 'r') 148 header_file = open(f"{script_file_dir_abs_path}/../demo_config.h", "w")
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 88 #undef open 107 #define open( path, oflag ) red_open( path, oflag ) macro 108 #define creat( path, mode ) open( path, O_WRONLY | O_CREAT | O_TRUNC )
|
| A D | fsstress.c | 143 #undef open 150 #define open( path, oflag ) red_open( MakeFullPath( path ), oflag ) macro 392 iFd = open( pszPath, O_RDONLY ); in red_stat() 414 iFd = open( pszPath, O_WRONLY ); in red_truncate() 1583 rval = open( name->path, oflag ); in open_path()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/ |
| A D | CREDITS.txt | 18 Created a user-space Linux port of Reliance Edge, ported the open-source host
|
| A D | README.md | 93 Reliance Edge is an open-source project licensed under the GNU General Public
|
| A D | README.txt | 106 Reliance Edge is an open-source project licensed under the GNU General
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/ |
| A D | README_wolfSSL.md | 19 If even one of the above 1 to 4 is not set, an error will occur at build time. You should open **de… 127 Attempting to open interface number 1.
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/ |
| A D | Readme_UserNetworking.md | 34 …* [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/d…
|
| A D | Readme_TapNetworking.md | 39 …* [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/d…
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/ |
| A D | comm_if_windows.c | 154 .open = prvCommIntfOpen,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/doc/ |
| A D | release_notes.md | 115 - Fix a bug where an open handle for an inode on one volume would prevent the
|
| A D | release_notes.txt | 135 - Fix a bug where an open handle for an inode on one volume would
|
| A D | coding_style.txt | 185 - Function open and closing curly braces
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/ |
| A D | comm_if_windows.c | 205 .open = _prvCommIntfOpen,
|
Completed in 46 milliseconds