wrap_type 95 source3/include/ads.h enum ads_saslwrap_type wrap_type;
wrap_type 583 source3/libads/ldap.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_PLAIN;
wrap_type 88 source3/libads/ndr.c ndr_print_uint16(ndr, "wrap_type", r->ldap.wrap_type);
wrap_type 150 source3/libads/sasl.c switch (ads->ldap.wrap_type) {
wrap_type 163 source3/libads/sasl.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_SEAL;
wrap_type 249 source3/libads/sasl.c if (ads->ldap.wrap_type > ADS_SASLWRAP_TYPE_PLAIN) {
wrap_type 282 source3/libads/sasl.c conf_req_flag = (ads->ldap.wrap_type == ADS_SASLWRAP_TYPE_SEAL);
wrap_type 328 source3/libads/sasl.c if (ads->ldap.wrap_type == ADS_SASLWRAP_TYPE_SEAL && conf_state == 0) {
wrap_type 392 source3/libads/sasl.c switch (ads->ldap.wrap_type) {
wrap_type 471 source3/libads/sasl.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_SEAL;
wrap_type 486 source3/libads/sasl.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_SIGN;
wrap_type 575 source3/libads/sasl.c if (ads->ldap.wrap_type > ADS_SASLWRAP_TYPE_PLAIN) {
wrap_type 579 source3/libads/sasl.c (ads->ldap.wrap_type == ADS_SASLWRAP_TYPE_SEAL),
wrap_type 692 source3/libads/sasl.c if (ads->ldap.wrap_type > ADS_SASLWRAP_TYPE_PLAIN) {
wrap_type 731 source3/libads/sasl.c if (ads->ldap.wrap_type > ADS_SASLWRAP_TYPE_PLAIN) {
wrap_type 868 source3/libads/sasl.c uint8 wrap_type = ADS_SASLWRAP_TYPE_PLAIN;
wrap_type 947 source3/libads/sasl.c wrap_type = CVAL(p,0);
wrap_type 954 source3/libads/sasl.c if (!(wrap_type & ads->ldap.wrap_type)) {
wrap_type 960 source3/libads/sasl.c ads->ldap.wrap_type, wrap_type));
wrap_type 976 source3/libads/sasl.c SCVAL(p,0,ads->ldap.wrap_type);
wrap_type 1008 source3/libads/sasl.c if (ads->ldap.wrap_type > ADS_SASLWRAP_TYPE_PLAIN) {
wrap_type 1010 source3/libads/sasl.c (ads->ldap.wrap_type == ADS_SASLWRAP_TYPE_SEAL),
wrap_type 1100 source3/libads/sasl.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_SEAL;
wrap_type 1102 source3/libads/sasl.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_SIGN;
wrap_type 1104 source3/libads/sasl.c ads->ldap.wrap_type = ADS_SASLWRAP_TYPE_PLAIN;