Searched refs:crypto_secretbox_xchacha20poly1305_ZEROBYTES (Results 1 – 1 of 1) sorted by relevance
16 #define crypto_secretbox_xchacha20poly1305_ZEROBYTES 32U macro41 memset(block0, 0U, crypto_secretbox_xchacha20poly1305_ZEROBYTES); in crypto_secretbox_xchacha20poly1305_detached()42 COMPILER_ASSERT(64U >= crypto_secretbox_xchacha20poly1305_ZEROBYTES); in crypto_secretbox_xchacha20poly1305_detached()44 if (mlen0 > 64U - crypto_secretbox_xchacha20poly1305_ZEROBYTES) { in crypto_secretbox_xchacha20poly1305_detached()45 mlen0 = 64U - crypto_secretbox_xchacha20poly1305_ZEROBYTES; in crypto_secretbox_xchacha20poly1305_detached()48 block0[i + crypto_secretbox_xchacha20poly1305_ZEROBYTES] = m[i]; in crypto_secretbox_xchacha20poly1305_detached()51 mlen0 + crypto_secretbox_xchacha20poly1305_ZEROBYTES, in crypto_secretbox_xchacha20poly1305_detached()53 COMPILER_ASSERT(crypto_secretbox_xchacha20poly1305_ZEROBYTES >= in crypto_secretbox_xchacha20poly1305_detached()58 c[i] = block0[crypto_secretbox_xchacha20poly1305_ZEROBYTES + i]; in crypto_secretbox_xchacha20poly1305_detached()119 if (mlen0 > 64U - crypto_secretbox_xchacha20poly1305_ZEROBYTES) { in crypto_secretbox_xchacha20poly1305_open_detached()[all …]