| 123456789101112131415161718192021222324 |
- ; BEGIN COPYRIGHT BLOCK
- ; Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
- ; Copyright (C) 2005 Red Hat, Inc.
- ; All rights reserved.
- ; END COPYRIGHT BLOCK
- ;
- DESCRIPTION 'Fedora Directory Server 7 password storage scheme Plugin'
- EXPORTS
- sha_pwd_storage_scheme_init @2
- ssha_pwd_storage_scheme_init @3
- crypt_pwd_storage_scheme_init @4
- clear_pwd_storage_scheme_init @5
- ns_mta_md5_pwd_storage_scheme_init @6
- clear_pw_cmp @7
- crypt_pw_cmp @8
- ns_mta_md5_pw_cmp @9
- sha1_pw_cmp @10
- sha1_pw_enc @11
- salted_sha1_pw_enc @12
- crypt_pw_enc @13
- clear_pw_enc @14
- mta_MD5Init @15
- mta_MD5Update @16
- mta_MD5Final @17
|