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

  /external/curl/lib/vauth/
krb5_sspi.c 80 * krb5 [in/out] - The Kerberos 5 data struct being used and modified.
94 struct kerberos5data *krb5,
110 if(!krb5->spn) {
112 krb5->spn = Curl_auth_build_spn(service, host, NULL);
113 if(!krb5->spn)
117 if(!krb5->output_token) {
126 krb5->token_max = SecurityPackage->cbMaxToken;
132 krb5->output_token = malloc(krb5->token_max);
133 if(!krb5->output_token
    [all...]
krb5_gssapi.c 75 * krb5 [in/out] - The Kerberos 5 data struct being used and modified.
89 struct kerberos5data *krb5,
105 if(!krb5->spn) {
117 GSS_C_NT_HOSTBASED_SERVICE, &krb5->spn);
152 &krb5->context,
153 krb5->spn,
200 * krb5 [in/out] - The Kerberos 5 data struct being used and modified.
209 struct kerberos5data *krb5,
246 major_status = gss_inquire_context(&minor_status, krb5->context,
275 major_status = gss_unwrap(&minor_status, krb5->context, &input_token
    [all...]
vauth.h 165 struct kerberos5data *krb5,
172 struct kerberos5data *krb5,
177 void Curl_auth_gssapi_cleanup(struct kerberos5data *krb5);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
process_files.sh 41 no-krb5 \
Install.sh 68 cp crypto/krb5/krb5_asn.h include/openssl
OpensslLib.inf 472 $(OPENSSL_PATH)/crypto/krb5/krb5_asn.c
  /external/curl/lib/
curl_sasl.c 86 Curl_auth_gssapi_cleanup(&conn->krb5);
307 NULL, &conn->krb5,
521 &conn->krb5,
533 serverdata, &conn->krb5,
540 &conn->krb5,
547 &conn->krb5,
urldata.h 151 /* Types needed for krb5-ftp connections */
926 struct kerberos5data krb5; \/* variables into the structure definition, *\/ member in struct:connectdata
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/
java.security 442 # more than what is defined in krb5.conf, it will be ignored.
445 # The blacklist is reset when krb5.conf is reloaded. You can add
446 # refreshKrb5Config=true to a JAAS configuration file so that krb5.conf is
450 # krb5.kdc.bad.policy = tryLast
451 # krb5.kdc.bad.policy = tryLess:2,2000
453 krb5.kdc.bad.policy = tryLast
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/conf/security/
java.security 441 # more than what is defined in krb5.conf, it will be ignored.
444 # The blacklist is reset when krb5.conf is reloaded. You can add
445 # refreshKrb5Config=true to a JAAS configuration file so that krb5.conf is
449 # krb5.kdc.bad.policy = tryLast
450 # krb5.kdc.bad.policy = tryLess:2,2000
452 krb5.kdc.bad.policy = tryLast
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/
java.security 408 # more than what is defined in krb5.conf, it will be ignored.
411 # The blacklist is reset when krb5.conf is reloaded. You can add
412 # refreshKrb5Config=true to a JAAS configuration file so that krb5.conf is
416 # krb5.kdc.bad.policy = tryLast
417 # krb5.kdc.bad.policy = tryLess:2,2000
418 krb5.kdc.bad.policy = tryLast
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/security/
java.security 405 # more than what is defined in krb5.conf, it will be ignored.
408 # The blacklist is reset when krb5.conf is reloaded. You can add
409 # refreshKrb5Config=true to a JAAS configuration file so that krb5.conf is
413 # krb5.kdc.bad.policy = tryLast
414 # krb5.kdc.bad.policy = tryLess:2,2000
415 krb5.kdc.bad.policy = tryLast
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb3.py 515 from impacket.krb5.asn1 import AP_REQ, Authenticator, TGS_REP, seq_set
516 from impacket.krb5.kerberosv5 import getKerberosTGT, getKerberosTGS
517 from impacket.krb5 import constants
518 from impacket.krb5.types import Principal, KerberosTime, Ticket
534 # from impacket.krb5.ccache import CCache
561 blob['MechTypes'] = [TypesMech['MS KRB5 - Microsoft Kerberos 5']]
    [all...]
smb.py     [all...]
  /external/curl/
configure     [all...]

Completed in 399 milliseconds