HomeSort by relevance Sort by last modified time
    Searched defs:keybits (Results 1 - 5 of 5) sorted by null

  /external/openssh/
auth-rsa.c 187 int keybits; local
229 keybits = BN_num_bits(key->rsa->n);
230 if (keybits < 0 || bits != (u_int)keybits)
auth1.c 166 int keybits, authenticated = 0; local
184 keybits = BN_num_bits(client_host_key->rsa->n);
185 if (keybits < 0 || bits != (u_int)keybits) {
authfd.c 316 int keybits; local
337 keybits = BN_num_bits(key->rsa->n);
338 if (keybits < 0 || bits != (u_int)keybits)
  /external/libppp/src/
ccp.h 76 int keybits; member in struct:ccp_config::__anon10740
mppe.c 102 int keybits; /* 40, 56 or 128 bits */ member in struct:mppe_state
133 switch(mp->keybits) {
490 switch(cfg->mppe.keybits) {
550 * If we haven't been configured with a specific number of keybits, allow
553 if (!cfg->mppe.keybits) {
613 /* If we've got a configured number of keybits - the peer must use that */
614 if (cfg->mppe.keybits) {
656 mp->keybits = 128;
660 mp->keybits = 56;
664 mp->keybits = 40
    [all...]

Completed in 135 milliseconds