Home
last modified time | relevance | path

Searched refs:open (Results 1 – 19 of 19) sorted by relevance

/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/
A Dpkcs11_demo_setup.py16 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 DREADME.md19 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 Dconvert_credentials_to_der.py28 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 Dgenerate_credentials.py119 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 Ddemo_setup.py88 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 Ddemo_cleanup.py145 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 Dredposixcompat.h88 #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 Dfsstress.c143 #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 DCREDITS.txt18 Created a user-space Linux port of Reliance Edge, ported the open-source host
A DREADME.md93 Reliance Edge is an open-source project licensed under the GNU General Public
A DREADME.txt106 Reliance Edge is an open-source project licensed under the GNU General
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/
A DREADME_wolfSSL.md19 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 DReadme_UserNetworking.md34 …* [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/d…
A DReadme_TapNetworking.md39 …* [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 Dcomm_if_windows.c154 .open = prvCommIntfOpen,
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Drelease_notes.md115 - Fix a bug where an open handle for an inode on one volume would prevent the
A Drelease_notes.txt135 - Fix a bug where an open handle for an inode on one volume would
A Dcoding_style.txt185 - Function open and closing curly braces
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/
A Dcomm_if_windows.c205 .open = _prvCommIntfOpen,

Completed in 46 milliseconds