/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
aead_chacha20poly1305.c | 179 unsigned char computed_mac[crypto_aead_chacha20poly1305_ABYTES]; local in function:crypto_aead_chacha20poly1305_decrypt_detached 197 crypto_onetimeauth_poly1305_final(&state, computed_mac); 200 COMPILER_ASSERT(sizeof computed_mac == 16U); 201 ret = crypto_verify_16(computed_mac, mac); 202 sodium_memzero(computed_mac, sizeof computed_mac); 259 unsigned char computed_mac[crypto_aead_chacha20poly1305_ietf_ABYTES]; local in function:crypto_aead_chacha20poly1305_ietf_decrypt_detached 281 crypto_onetimeauth_poly1305_final(&state, computed_mac); 284 COMPILER_ASSERT(sizeof computed_mac == 16U); 285 ret = crypto_verify_16(computed_mac, mac) [all...] |
aead_chacha20poly1305.c | 179 unsigned char computed_mac[crypto_aead_chacha20poly1305_ABYTES]; local in function:crypto_aead_chacha20poly1305_decrypt_detached 197 crypto_onetimeauth_poly1305_final(&state, computed_mac); 200 COMPILER_ASSERT(sizeof computed_mac == 16U); 201 ret = crypto_verify_16(computed_mac, mac); 202 sodium_memzero(computed_mac, sizeof computed_mac); 259 unsigned char computed_mac[crypto_aead_chacha20poly1305_ietf_ABYTES]; local in function:crypto_aead_chacha20poly1305_ietf_decrypt_detached 281 crypto_onetimeauth_poly1305_final(&state, computed_mac); 284 COMPILER_ASSERT(sizeof computed_mac == 16U); 285 ret = crypto_verify_16(computed_mac, mac) [all...] |