Searched defs:passphrase (Results 26 - 50 of 53) sorted by relevance

123

/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_import.c240 const char *passphrase = NULL; local
48 do_keychain_import( SecKeychainRef kcRef, CFDataRef inData, SecExternalFormat externFormat, SecExternalItemType itemType, SecAccessRef access, Boolean nonExtractable, const char *passphrase, const char *fileName, char **attrNames, char **attrValues, unsigned numExtendedAttributes) argument
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Ddbcrypto.cpp104 void DatabaseCryptoCore::setup(const DbBlob *blob, const CssmData &passphrase) argument
157 bool DatabaseCryptoCore::validatePassphrase(const CssmData &passphrase) argument
[all...]
H A Dsession.cpp227 void Session::resetKeyStorePassphrase(const CssmData &passphrase) argument
H A Dkcdatabase.cpp635 void KeychainDatabase::unlockDb(const CssmData &passphrase) argument
641 void KeychainDatabase::makeUnlocked(const CssmData &passphrase) argument
671 decode(const CssmData &passphrase) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkcs12.c78 char *passphrase, *friendlyname; local
135 char *passphrase; local
/macosx-10.10/OpenSSH-189/openssh/
H A Dauthfile.c91 key_private_rsa1_to_blob(Key *key, Buffer *blob, const char *passphrase, argument
180 u_char *passphrase = (len > 0) ? (u_char *)_passphrase : NULL; local
247 key_private_to_blob(Key *key, Buffer *blob, const char *passphrase, const char *comment) argument
264 key_save_private(Key *key, const char *filename, const char *passphrase, const char *comment) argument
424 key_parse_private_rsa1(Buffer *blob, const char *passphrase, char **commentp) argument
525 key_parse_private_pem(Buffer *blob, int type, const char *passphrase, char **commentp) argument
602 key_load_private_pem(int fd, int type, const char *passphrase, char **commentp) argument
647 key_parse_private_type(Buffer *blob, int type, const char *passphrase, char **commentp) argument
666 key_load_private_type(int type, const char *filename, const char *passphrase, char **commentp, int *perm_ok) argument
704 key_parse_private(Buffer *buffer, const char *filename, const char *passphrase, char **commentp) argument
727 key_load_private(const char *filename, const char *passphrase, char **commentp) argument
851 key_load_private_cert(int type, const char *filename, const char *passphrase, int *perm_ok) argument
[all...]
H A Dcipher.c371 cipher_set_key_string(CipherContext *cc, Cipher *cipher, const char *passphrase, int do_encrypt) argument
H A Dkeychain.c94 store_in_keychain(const char *filename, const char *passphrase) argument
392 char *passphrase = NULL; local
[all...]
H A Dssh-agent.c807 add_identity_callback(const char *filename, const char *passphrase) argument
H A Dssh-keygen.c1336 char new_comment[1024], *comment, *passphrase; local
[all...]
H A Dsshconnect2.c1437 char prompt[300], *passphrase; local
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestcrypto.c96 static const apr_crypto_key_t *passphrase(abts_case *tc, apr_pool_t *pool, function
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_getparam.c1363 char *certname, *passphrase; local
282 parse_cert_parameter(const char *cert_parameter, char **certname, char **passphrase) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A DSecPkcs12.cpp121 SecPkcs12SetMACPassphrase( SecPkcs12CoderRef coder, CFStringRef passphrase) argument
150 SecPkcs12SetCryptPassphrase( SecPkcs12CoderRef coder, CFStringRef passphrase) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A DSecPkcs12.cpp121 SecPkcs12SetMACPassphrase( SecPkcs12CoderRef coder, CFStringRef passphrase) argument
150 SecPkcs12SetCryptPassphrase( SecPkcs12CoderRef coder, CFStringRef passphrase) argument
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_crypto.c137 const char *passphrase; local
251 const char *passphrase = APR_ARRAY_IDX(dconf->passphrases, i, char *); local
540 const char **passphrase; local
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.h110 const char *passphrase; /* pass-phrase to use */ member in struct:ssh_conn
/macosx-10.10/emacs-93/emacs/lisp/
H A Dallout.el[all...]
H A Dpgg-gpg.el[all...]
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp210 void createSystemKeychain(const char *kcName, const char *passphrase) argument
230 void createAKeychain(const char *kcName, const char *passphrase, CSP &csp, DL &dl, Db &db, Key *masterKeyRef) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmml2015.el
H A Dsmime.el[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.cpp1171 char passphrase[1024]; local
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dtransition.cpp350 void ClientSession::unlock(DbHandle db, const CssmData &passphrase) argument
377 void ClientSession::resetKeyStorePassphrase(const CssmData &passphrase) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.cpp1171 char passphrase[1024]; local

Completed in 366 milliseconds

123