Searched refs:ciphercontext (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/ssh/ |
| H A D | sshkey-xmss.c | 888 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_encrypt_state() local 952 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state() 954 (r = cipher_crypt(ciphercontext, 0, cp, sshbuf_ptr(encoded), in sshkey_xmss_encrypt_state() 968 cipher_free(ciphercontext); in sshkey_xmss_encrypt_state() 979 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_decrypt_state() local 1045 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state() 1047 (r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(copy), in sshkey_xmss_decrypt_state() 1071 cipher_free(ciphercontext); in sshkey_xmss_decrypt_state()
|
| H A D | sshkey.c | 2809 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_private_to_blob2() 2855 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_uudecode() 2897 if ((r = cipher_crypt(ciphercontext, 0, cp, in private2_uudecode() 2916 cipher_free(ciphercontext); in private2_decrypt() 3009 struct sshcipher_ctx *ciphercontext = NULL; in private2_decrypt() 3097 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_parse_private2() 3100 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded), in sshkey_parse_private2() 3130 cipher_free(ciphercontext); in sshkey_parse_private2_pubkey() 2724 struct sshcipher_ctx *ciphercontext = NULL; sshkey_private_to_blob2() local 2924 struct sshcipher_ctx *ciphercontext = NULL; private2_decrypt() local
|