Searched refs:ciphertext_len (Results 1 – 1 of 1) sorted by relevance
115 size_t ciphertext_len = 0; in example() local122 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()