Searched refs:ciphercontext (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshkey.c | 2825 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() local 2871 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2() 2912 if ((r = cipher_crypt(ciphercontext, 0, cp, in sshkey_private_to_blob2() 2931 cipher_free(ciphercontext); in sshkey_private_to_blob2() 3024 struct sshcipher_ctx *ciphercontext = NULL; in private2_decrypt() local 3112 (r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_decrypt() 3115 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded), in private2_decrypt() 3145 cipher_free(ciphercontext); in private2_decrypt()
|