Searched refs:ciphercontext (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshkey-xmss.c | 891 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_encrypt_state() local 955 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state() 957 (r = cipher_crypt(ciphercontext, 0, cp, sshbuf_ptr(encoded), in sshkey_xmss_encrypt_state() 971 cipher_free(ciphercontext); in sshkey_xmss_encrypt_state() 982 struct sshcipher_ctx *ciphercontext = NULL; in sshkey_xmss_decrypt_state() local 1048 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state() 1050 (r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(copy), in sshkey_xmss_decrypt_state() 1074 cipher_free(ciphercontext); in sshkey_xmss_decrypt_state()
|