Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c24 static const unsigned char _pad0[16] = { 0 }; variable
134 crypto_onetimeauth_poly1305_update(&poly1305_state, _pad0, in crypto_secretstream_xchacha20poly1305_push()
148 (&poly1305_state, _pad0, (0x10 - (sizeof block) + mlen) & 0xf); in crypto_secretstream_xchacha20poly1305_push()
210 crypto_onetimeauth_poly1305_update(&poly1305_state, _pad0, in crypto_secretstream_xchacha20poly1305_pull()
224 (&poly1305_state, _pad0, (0x10 - (sizeof block) + mlen) & 0xf); in crypto_secretstream_xchacha20poly1305_pull()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c17 static const unsigned char _pad0[16] = { 0 }; variable
112 crypto_onetimeauth_poly1305_update(&state, _pad0, (0x10 - adlen) & 0xf); in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
117 crypto_onetimeauth_poly1305_update(&state, _pad0, (0x10 - mlen) & 0xf); in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
269 crypto_onetimeauth_poly1305_update(&state, _pad0, (0x10 - adlen) & 0xf); in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
273 crypto_onetimeauth_poly1305_update(&state, _pad0, (0x10 - mlen) & 0xf); in crypto_aead_chacha20poly1305_ietf_decrypt_detached()