Home
last modified time | relevance | path

Searched refs:enctype (Results 1 – 25 of 25) sorted by relevance

/external/openssl/ssl/
Dkssl.c286 krb5_enctype enctype, krb5_keytab_entry *entry)=NULL;
774 krb5_enctype enctype, krb5_keytab_entry *entry) in kssl_krb5_kt_get_entry() argument
777 return(p_krb5_kt_get_entry(context,keytab,principal,vno,enctype,entry)); in kssl_krb5_kt_get_entry()
816 kssl_map_enc(krb5_enctype enctype) in kssl_map_enc() argument
818 switch (enctype) in kssl_map_enc()
1016 printf("%s\n\t[et%d:%d]: ", label, keyblk->enctype, keyblk->length); in print_krb5_keyblock()
1136 kssl_ctx->enctype = krb5credsp->session.keytype; in kssl_cget_tkt()
1138 kssl_ctx->enctype = krb5credsp->keyblock.enctype; in kssl_cget_tkt()
1276 new5ticket->enc_part.enctype = asn1ticket->encdata->etype->data[0]; in kssl_TKT2tkt()
1466 krb5ticket->enc_part.enctype, &kt_entry)) != 0) { in kssl_sget_tkt()
[all …]
Dkssl.h138 krb5_enctype enctype; member
173 unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
Dkssl_lcl.h78 const EVP_CIPHER *kssl_map_enc(krb5_enctype enctype);
Dd1_clnt.c898 enc = kssl_map_enc(kssl_ctx->enctype); in dtls1_send_client_key_exchange()
Ds3_clnt.c2166 enc = kssl_map_enc(kssl_ctx->enctype); in ssl3_send_client_key_exchange()
Ds3_srvr.c2263 enc = kssl_map_enc(kssl_ctx->enctype); in ssl3_get_client_key_exchange()
/external/openssl/include/openssl/
Dkssl.h138 krb5_enctype enctype; member
173 unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
/external/webkit/WebCore/html/
DHTMLFormElement.idl33 …lToNullString] DOMString encoding; /* Netscape/Firefox legacy attribute. Same as enctype. */
34 attribute [ConvertNullToNullString] DOMString enctype;
DHTMLFormElement.h66 String enctype() const { return m_formDataBuilder.encodingType(); } in enctype() function
DHTMLAttributeNames.in89 enctype
/external/tcpdump/
Dprint-telnet.c91 static const char *enctype[] = { variable
190 (void)printf(" %s", STR_OR_ID(c, enctype)); in telnet_parse()
/external/ipsec-tools/src/racoon/
Doakley.c2747 keylen = alg_oakley_encdef_keylen(iph1->approval->enctype,
2753 iph1->approval->enctype,
2852 if (iph1->approval->enctype > ARRAYLEN(oakley_encdef)
2853 || oakley_encdef[iph1->approval->enctype].weakkey == NULL) {
2856 iph1->approval->enctype);
2859 if ((oakley_encdef[iph1->approval->enctype].weakkey)(iph1->key)) {
2956 newivm->iv->l = alg_oakley_encdef_blocklen(iph1->approval->enctype);
2960 iph1->approval->enctype);
3038 newivm->iv->l = alg_oakley_encdef_blocklen(iph1->approval->enctype);
3042 iph1->approval->enctype);
[all …]
Dipsec_doi.c372 s->enctype),
374 tsap->enctype));
400 if(tsap->enctype == s->enctype &&
489 if (sa.enctype != s->enctype) {
497 s->enctype),
499 sa.enctype));
612 sa->enctype = (u_int16_t)ntohs(d->lorv);
861 if (sa->enctype == OAKLEY_ATTR_ENC_ALG_DES
863 || sa->enctype == OAKLEY_ATTR_ENC_ALG_IDEA
865 || sa->enctype == OAKLEY_ATTR_ENC_ALG_3DES) {
[all …]
Dremoteconf.h141 int enctype; member
Dpfkey.c705 keylen_ealg(enctype, encklen) in keylen_ealg() argument
706 u_int enctype; in keylen_ealg()
711 res = alg_ipsec_encdef_keylen(enctype, encklen);
714 "invalid encryption algorithm %u.\n", enctype);
Dhandler.c1395 if(approval->enctype != p->enctype){ in revalidate_ph1()
Dremoteconf.c602 alg_oakley_encdef_name(prop->enctype)); in dump_rmconf_single()
Dcfparse.y2399 new->enctype = types[algclass_isakmp_enc];
/external/ppp/pppd/
Decp.h36 unsigned enctype; /* Encryption type */ member
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmlattrs.in84 enctype
/external/ipsec-tools/
Dsetup.c143 p->enctype = encryption; in add_proposal()
/external/webkit/WebKit/win/Interfaces/
DDOMHTML.idl345 - (NSString *)enctype;
350 - (void)setEnctype:(NSString *)enctype;
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h511 @property(copy) NSString *enctype;
/external/webkit/WebCore/
DChangeLog-2005-08-236783 (-[DOMHTMLFormElement enctype]):
10109 (-[DOMHTMLFormElement enctype]):
48863 (-[HTMLFormElement enctype]):
DChangeLog-2009-06-1660908 (WebCore::HTMLFormElement::enctype):