Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 5 of 5) sorted by relevance

/uoscore-uedhoc-latest/inc/edhoc/
Dciphertext.h14 enum ciphertext { CIPHERTEXT2, CIPHERTEXT3, CIPHERTEXT4 }; enum
Dmessages.h29 struct byte_array ciphertext; member
/uoscore-uedhoc-latest/src/edhoc/
Dciphertext.c123 struct byte_array *ciphertext, struct byte_array *plaintext) in ciphertext_decrypt_split()
189 struct byte_array *th, struct byte_array *ciphertext, in ciphertext_gen()
/uoscore-uedhoc-latest/src/oscore/
Doscore2coap.c254 decrypt_wrapper(struct byte_array *ciphertext, struct byte_array *plaintext, in decrypt_wrapper()
352 struct byte_array *ciphertext = &oscore_packet.payload; in oscore2coap() local
Dcoap2oscore.c507 struct byte_array *ciphertext, in encrypt_wrapper()