Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3097 size_t detached_ciphertext_len; in tv() local
3125 detached_ciphertext_len = message_len; in tv()
3136 detached_ciphertext = (unsigned char *) sodium_malloc(detached_ciphertext_len); in tv()
3144 detached_ciphertext_len) != 0 || in tv()
3205 detached_ciphertext_len, in tv()