Home
last modified time | relevance | path

Searched refs:status (Results 1 – 3 of 3) sorted by relevance

/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/
DREADME.MD26 Optionally the board can be connected to a serial terminal for observing status messages.
76 sudo ufw status
98 Optionally the board can be connected to a serial terminal for observing status messages.
/uoscore-uedhoc-3.7.0/src/common/
Dcrypto_wrapper.c468 psa_status_t status; in verify() local
492 status = psa_verify_message(key_id, psa_alg, msg->ptr, msg->len, in verify()
494 if (PSA_SUCCESS == status) { in verify()
618 psa_status_t status; in hkdf_expand() local
649 status = psa_mac_compute(key_id, PSA_ALG_HMAC(PSA_ALG_SHA_256), in hkdf_expand()
652 TRY_EXPECT_PSA(status, PSA_SUCCESS, key_id, in hkdf_expand()
/uoscore-uedhoc-3.7.0/
DDoxyfile835 # at the end of the doxygen process doxygen will return with a non-zero status.