Home | History | Annotate | Download | only in openssh

Lines Matching full:ciphercontext

206 cipher_init(CipherContext *cc, Cipher *cipher,
279 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len)
288 cipher_cleanup(CipherContext *cc)
300 cipher_set_key_string(CipherContext *cc, Cipher *cipher,
317 * Exports an IV from the CipherContext required to export the key
323 cipher_get_keyiv_len(const CipherContext *cc)
336 cipher_get_keyiv(CipherContext *cc, u_char *iv, u_int len)
370 cipher_set_keyiv(CipherContext *cc, u_char *iv)
409 cipher_get_keycontext(const CipherContext *cc, u_char *dat)
424 cipher_set_keycontext(CipherContext *cc, u_char *dat)