Home
last modified time | relevance | path

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

/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dhmacmd5.c166 #define PADLEN 64 macro
176 unsigned char ipad[PADLEN]; in isc_hmacmd5_init()
182 if (len > PADLEN) { in isc_hmacmd5_init()
196 memset(ipad, IPAD, PADLEN); in isc_hmacmd5_init()
197 for (i = 0; i < PADLEN; i++) in isc_hmacmd5_init()
228 CK_BYTE opad[PADLEN]; in isc_hmacmd5_sign()
234 memset(opad, OPAD, PADLEN); in isc_hmacmd5_sign()
235 for (i = 0; i < PADLEN; i++) in isc_hmacmd5_sign()
254 #define PADLEN 64 macro
265 unsigned char ipad[PADLEN]; in isc_hmacmd5_init()
[all …]
/dports/net/ntp/ntp-4.2.8p15/lib/isc/
H A Dhmacmd5.c64 #define PADLEN 64 macro
75 unsigned char ipad[PADLEN]; in isc_hmacmd5_init()
89 for (i = 0; i < PADLEN; i++) in isc_hmacmd5_init()
116 unsigned char opad[PADLEN]; in isc_hmacmd5_sign()
122 for (i = 0; i < PADLEN; i++) in isc_hmacmd5_sign()
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/deps/cifra/src/
H A Dchacha20poly1305.c59 #define PADLEN(x) (16 - ((x) & 0xf)) in process() macro
63 cf_poly1305_update(&poly, padbuf, PADLEN(nheader)); in process()
79 cf_poly1305_update(&poly, padbuf, PADLEN(nbytes)); in process()
/dports/net/dhcp6/wide-dhcpv6-20080615.2/
H A Dauth.c74 #define PADLEN 64 macro
201 unsigned char ipad[PADLEN]; in hmacmd5_init()
215 for (i = 0; i < PADLEN; i++) in hmacmd5_init()
244 unsigned char opad[PADLEN]; in hmacmd5_sign()
250 for (i = 0; i < PADLEN; i++) in hmacmd5_sign()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_avi.c441 int paddingSize = PADLEN( size, 2 ); in CL_WriteAVIVideoFrame()
516 int paddingSize = PADLEN( bytesInBuffer, 2 ); in CL_WriteAVIAudioFrame()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_avi.cpp479 int paddingSize = PADLEN(size, 2); in CL_WriteAVIVideoFrame()
553 int paddingSize = PADLEN(bytesInBuffer, 2); in CL_WriteAVIAudioFrame()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_avi.c441 int paddingSize = PADLEN( size, 2 ); in CL_WriteAVIVideoFrame()
516 int paddingSize = PADLEN( bytesInBuffer, 2 ); in CL_WriteAVIAudioFrame()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h164 #define PADLEN(base, alignment) (PAD((base), (alignment)) - (base)) macro
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h247 #define PADLEN(base, alignment) (PAD((base), (alignment)) - (base)) macro
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h237 #define PADLEN(base, alignment) (PAD((base), (alignment)) - (base)) macro
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h231 #define PADLEN(base, alignment) (PAD((base), (alignment)) - (base)) macro
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dq_splineshared.h221 #define PADLEN(base, alignment) (PAD((base), (alignment)) - (base)) macro
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dq_shared.h176 #define PADLEN(base, alignment) (PAD((base), (alignment)) - (base)) macro
/dports/irc/srvx/srvx-1.3.1/src/
H A Dchanserv.c457 #define PADLEN 21 macro
3963 padding = PADLEN - 1 - strlen(iter_key(it)); in CHANSERV_FUNC()
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog36251 SCD: Clean up. Remove PADLEN for keypad input.
36269 (iso7816_change_reference_data_kp): Remove PADLEN.
36271 * scd/iso7816.h (struct iso7816_pininfo_s): Remove PADLEN, PADCHAR.