Home
last modified time | relevance | path

Searched refs:create_nonce (Results 1 – 4 of 4) sorted by relevance

/uoscore-uedhoc-latest/inc/oscore/
Dnonce.h25 enum err create_nonce(struct byte_array *id_piv, struct byte_array *piv,
/uoscore-uedhoc-latest/src/oscore/
Dnonce.c21 enum err create_nonce(struct byte_array *id_piv, struct byte_array *piv, in create_nonce() function
Doscore2coap.c286 TRY(create_nonce(&new_nonce_oscore_option->kid, in decrypt_wrapper()
Dcoap2oscore.c530 TRY(create_nonce(&c->sc.sender_id, &new_piv, &c->cc.common_iv, in encrypt_wrapper()