Searched refs:_pad0 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 24 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()
|
/freebsd/contrib/libder/tests/ |
H A D | fuzzers.h | 30 #define PARAM_PAD_START _pad0 32 uint8_t _pad0[5]; member
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
H A D | aead_chacha20poly1305.c | 17 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()
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | xen-mca.h | 357 uint32_t _pad0; member 390 uint32_t _pad0; member 405 uint16_t _pad0; member
|
H A D | xen-x86_32.h | 147 uint8_t _pad0; member
|
H A D | xen-x86_64.h | 198 uint16_t cs, _pad0[1]; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | mcu.c | 22 u8 _pad0; in mt76x2_mcu_set_channel() member 54 u8 _pad0; in mt76x2_mcu_load_cr() member
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | ioreq.h | 58 uint16_t _pad0; member
|
/freebsd/sys/compat/x86bios/ |
H A D | x86bios.h | 80 uint16_t _pad0; /* CS */ member
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 298 uint8_t _pad0; member
|