Home
last modified time | relevance | path

Searched refs:cipher_set_key_string (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h88 void cipher_set_key_string(CipherContext *, Cipher *, const char *, int);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c134 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_save_private_rsa1()
385 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_load_private_rsa1()
H A Dcipher.c281 cipher_set_key_string(CipherContext *cc, Cipher *cipher, in cipher_set_key_string() function