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

  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 33 * This class implements the functionality of an exemption mechanism such as
47 // Store mechanism name
48 private final String mechanism; field in class:ExemptionMechanism
66 * @param mechanism
67 * the name of the mechanism.
70 Provider provider, String mechanism) {
71 this.mechanism = mechanism;
83 return mechanism;
88 * specified exemption mechanism algorithm
    [all...]
  /external/dbus/dbus/
dbus-auth.c 95 * This function is called when the mechanism is abandoned.
100 * Virtual table representing a particular auth mechanism.
104 const char *mechanism; /**< Name of the mechanism */ member in struct:__anon5168
163 const DBusAuthMechanismHandler *mech; /**< Current auth mechanism */
177 DBusKeyring *keyring; /**< Keyring for cookie mechanism. */
429 _dbus_verbose ("%s: Shutting down mechanism %s\n",
430 DBUS_AUTH_NAME (auth), auth->mech->mechanism);
442 * DBUS_COOKIE_SHA1 mechanism
1016 * EXTERNAL mechanism
    [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 276 CK_MECHANISM_TYPE mechanism; member in struct:CK_MECHANISM
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 388 milliseconds