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

  /external/curl/lib/
curl_sasl.c 262 const char *mech = NULL; local
281 mech = SASL_MECH_STRING_EXTERNAL;
293 mech = SASL_MECH_STRING_GSSAPI;
312 mech = SASL_MECH_STRING_DIGEST_MD5;
317 mech = SASL_MECH_STRING_CRAM_MD5;
325 mech = SASL_MECH_STRING_NTLM;
337 mech = SASL_MECH_STRING_OAUTHBEARER;
350 mech = SASL_MECH_STRING_XOAUTH2;
361 mech = SASL_MECH_STRING_LOGIN;
370 mech = SASL_MECH_STRING_PLAIN
    [all...]
curl_ntlm_core.c 201 const CK_MECHANISM_TYPE mech = CKM_DES_ECB; /* DES cipher in ECB mode */ local
225 symkey = PK11_ImportSymKey(slot, mech, PK11_OriginUnwrap, CKA_ENCRYPT,
231 param = PK11_ParamFromIV(mech, /* no IV in ECB mode */ NULL);
234 ctx = PK11_CreateContextBySymKey(mech, CKA_ENCRYPT, symkey, param);
security.c 211 buf->size = conn->mech->decode(conn->app_data, buf->data, len,
290 bytes = conn->mech->encode(conn->app_data, from, length, prot_level,
330 len -= conn->mech->overhead(conn->app_data, conn->data_prot,
358 /* decoded_len should be size_t or ssize_t but conn->mech->decode returns an
378 decoded_len = conn->mech->decode(conn->app_data, buf, decoded_len,
481 const struct Curl_sec_client_mech *mech = &Curl_krb5_client_mech; local
483 tmp_allocation = realloc(conn->app_data, mech->size);
485 failf(data, "Failed realloc of size %u", mech->size);
486 mech = NULL;
491 if(mech->init)
    [all...]
urldata.h 1000 const struct Curl_sec_client_mech *mech; member in struct:connectdata
    [all...]
  /external/dbus/dbus/
dbus-auth.c 163 const DBusAuthMechanismHandler *mech; /**< Current auth mechanism */ member in struct:DBusAuth
188 unsigned int already_got_mechanisms : 1; /**< Client already got mech list */
226 const DBusAuthMechanismHandler *mech);
427 if (auth->mech != NULL)
430 DBUS_AUTH_NAME (auth), auth->mech->mechanism);
433 (* auth->mech->client_shutdown_func) (auth);
435 (* auth->mech->server_shutdown_func) (auth);
437 auth->mech = NULL;
1678 DBusString mech; local
1874 const DBusAuthMechanismHandler *mech; local
1939 const DBusAuthMechanismHandler *mech; local
    [all...]

Completed in 530 milliseconds