Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c75 CipherContext ciphercontext; in key_save_private_rsa1() local
134 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_save_private_rsa1()
136 cipher_crypt(&ciphercontext, cp, in key_save_private_rsa1()
138 cipher_cleanup(&ciphercontext); in key_save_private_rsa1()
139 memset(&ciphercontext, 0, sizeof(ciphercontext)); in key_save_private_rsa1()
320 CipherContext ciphercontext; in key_load_private_rsa1() local
385 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_load_private_rsa1()
387 cipher_crypt(&ciphercontext, cp, in key_load_private_rsa1()
389 cipher_cleanup(&ciphercontext); in key_load_private_rsa1()
390 memset(&ciphercontext, 0, sizeof(ciphercontext)); in key_load_private_rsa1()