Searched refs:detached_ciphertext (Results 1 – 1 of 1) sorted by relevance
3085 unsigned char *detached_ciphertext; in tv() local3136 detached_ciphertext = (unsigned char *) sodium_malloc(detached_ciphertext_len); in tv()3138 crypto_aead_aes256gcm_encrypt_detached(detached_ciphertext, mac, in tv()3143 if (memcmp(detached_ciphertext, expected_ciphertext, in tv()3204 NULL, detached_ciphertext, in tv()3218 sodium_free(detached_ciphertext); in tv()