Home
last modified time | relevance | path

Searched refs:bits_rem (Results 1 – 12 of 12) sorted by relevance

/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_auth_otp/
H A Dbase32.c57 int bits_rem = 0; in auth_otp_base32_encode() local
61 bits_rem = 8; in auth_otp_base32_encode()
69 if (bits_rem < 5) { in auth_otp_base32_encode()
73 bits_rem += 8; in auth_otp_base32_encode()
80 bits_rem += padding; in auth_otp_base32_encode()
85 bits_rem -= 5; in auth_otp_base32_encode()
105 int bits_rem; in auth_otp_base32_decode() local
126 bits_rem = 0; in auth_otp_base32_decode()
163 bits_rem += 5; in auth_otp_base32_decode()
164 if (bits_rem >= 8) { in auth_otp_base32_decode()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h539 switch_byte_t bits_rem; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx2386 if (arg1) (arg1)->bits_rem = arg2; in CSharp_FreeSWITCHfNative_switch_bitpack_t_bits_rem_set___()
2396 result = (switch_byte_t) ((arg1)->bits_rem); in CSharp_FreeSWITCHfNative_switch_bitpack_t_bits_rem_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs30043 public byte bits_rem { property in FreeSWITCH.Native.switch_bitpack_t