Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3085 unsigned char *detached_ciphertext; in tv() local
3136 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()