Searched refs:found_ciphertext_len (Results 1 – 1 of 1) sorted by relevance
3092 unsigned long long found_ciphertext_len; in tv() local3155 crypto_aead_aes256gcm_encrypt(ciphertext, &found_ciphertext_len, in tv()3159 assert((size_t) found_ciphertext_len == ciphertext_len); in tv()3162 hex = (char *) sodium_malloc((size_t) found_ciphertext_len * 2 + 1); in tv()3163 sodium_bin2hex(hex, (size_t) found_ciphertext_len * 2 + 1, in tv()