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

  /external/ppp/pppd/
ecp.h 36 unsigned enctype; /* Encryption type */ member in struct:ecp_options
  /external/openssl/ssl/
kssl_lcl.h 78 const EVP_CIPHER *kssl_map_enc(krb5_enctype enctype);
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...]
d1_clnt.c 898 enc = kssl_map_enc(kssl_ctx->enctype);
    [all...]
s3_clnt.c     [all...]
s3_srvr.c     [all...]
  /external/webkit/WebCore/html/
HTMLFormElement.idl 33 attribute [ConvertNullToNullString] DOMString encoding; /* Netscape/Firefox legacy attribute. Same as enctype. */
34 attribute [ConvertNullToNullString] DOMString enctype;
HTMLFormElement.h 66 String enctype() const { return m_formDataBuilder.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/tcpdump/
print-telnet.c 91 static const char *enctype[] = { variable
190 (void)printf(" %s", STR_OR_ID(c, enctype));
  /external/ipsec-tools/src/racoon/
remoteconf.h 141 int enctype; member in struct:isakmpsa
oakley.c     [all...]
ipsec_doi.c 370 plog(LLV_DEBUG, LOCATION, NULL, "enctype = %s:%s\n",
372 s->enctype),
374 tsap->enctype));
400 if(tsap->enctype == s->enctype &&
489 if (sa.enctype != s->enctype) {
491 "rejected enctype: "
497 s->enctype),
499 sa.enctype));
    [all...]
handler.c 1395 if(approval->enctype != p->enctype){
1397 "Reload: enctype mismatch\n");
pfkey.c 705 keylen_ealg(enctype, encklen)
706 u_int enctype;
711 res = alg_ipsec_encdef_keylen(enctype, encklen);
714 "invalid encryption algorithm %u.\n", enctype);
    [all...]
remoteconf.c 602 alg_oakley_encdef_name(prop->enctype));
cfparse.y     [all...]
  /external/ipsec-tools/
setup.c 143 p->enctype = encryption;
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 511 @property(copy) NSString *enctype; variable
    [all...]

Completed in 466 milliseconds