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

  /external/ppp/pppd/
ecp.h 36 unsigned enctype; /* Encryption type */ member in struct:ecp_options
  /external/tcpdump/
print-telnet.c 91 static const char *enctype[] = { variable
190 (void)printf(" %s", STR_OR_ID(c, enctype));
  /external/webkit/Source/WebCore/html/
HTMLFormElement.h 58 String enctype() const { return m_attributes.encodingType(); } function in class:WebCore::HTMLFormElement
  /external/openssl/include/openssl/
kssl.h 138 krb5_enctype enctype; member in struct:kssl_ctx_st
173 unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
  /external/openssl/ssl/
kssl.h 138 krb5_enctype enctype; member in struct:kssl_ctx_st
173 unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
kssl.c 286 krb5_enctype enctype, krb5_keytab_entry *entry)=NULL;
774 krb5_enctype enctype, krb5_keytab_entry *entry)
777 return(p_krb5_kt_get_entry(context,keytab,principal,vno,enctype,entry));
810 /* Given KRB5 enctype (basically DES or 3DES),
816 kssl_map_enc(krb5_enctype enctype)
818 switch (enctype)
1691 krb5_enctype enctype; local
2003 krb5_enctype enctype; local
    [all...]
  /external/ipsec-tools/src/racoon/
remoteconf.h 141 int enctype; member in struct:isakmpsa
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 517 @property(copy) NSString *enctype; variable
    [all...]

Completed in 170 milliseconds