Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/yotta/data/example-authcrypt/
Dmain.cpp115 size_t ciphertext_len = 0; in example() local
122 ciphertext + nonce_len, &ciphertext_len, in example()
128 ciphertext_len += nonce_len + tag_len; in example()
135 print_hex("ciphertext", ciphertext, ciphertext_len); in example()
152 ciphertext + nonce_len, ciphertext_len - nonce_len - tag_len, in example()
154 ciphertext + ciphertext_len - tag_len, tag_len ); in example()