You are here

function crypt_blowfish_clients_drupal_encryption_methods in Web Service Clients 6.2

Same name and namespace in other branches
  1. 6 backends/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_clients_drupal_encryption_methods()
  2. 7.3 connections/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_clients_drupal_encryption_methods()
  3. 7 backends/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_clients_drupal_encryption_methods()
  4. 7.2 connections/clients_drupal/crypt_blowfish/crypt_blowfish.module \crypt_blowfish_clients_drupal_encryption_methods()

Implementation of hook_clients_drupal_encryption_methods()

File

connections/clients_drupal/crypt_blowfish/crypt_blowfish.module, line 98
PEAR Crypt_Blowfish integration

Code

function crypt_blowfish_clients_drupal_encryption_methods() {
  return array(
    'crypt_blowfish' => 'Blowfish',
  );
}