Home
last modified time | relevance | path

Searched refs:private_key (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/net/sockets/echo_server/src/
Dcertificate.h19 static const unsigned char private_key[] = { variable
34 static const unsigned char private_key[] = { variable
Decho-server.c166 private_key, sizeof(private_key)); in init_app()
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/
Ddummy.c12 const uint8_t private_key[] = { 0x00 }; variable
13 const uint32_t private_key_len = sizeof(private_key);
Dcreds.h15 extern const uint8_t private_key[];
/Zephyr-latest/samples/net/prometheus/src/
Dcertificate.h26 static const unsigned char private_key[] = { variable
41 static const unsigned char private_key[] = { variable
Dmain.c130 private_key, sizeof(private_key)); in setup_tls()
/Zephyr-latest/samples/subsys/mgmt/updatehub/src/
Dc_certificates.h18 static const unsigned char private_key[] = { variable
Dmain.c101 private_key, in main()
102 sizeof(private_key)) < 0) { in main()
/Zephyr-latest/samples/net/sockets/http_server/src/
Dcertificate.h22 static const unsigned char private_key[] = { variable
Dmain.c324 private_key, sizeof(private_key)); in setup_tls()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c39 static const unsigned char private_key[] = { variable
425 private_key, sizeof(private_key)); in main()
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c79 private_key, private_key_len); in setup_credentials()