Searched defs:cipher_init (Results 1 – 2 of 2) sorted by relevance
172 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), (dir))) macro
296 cipher_init(struct sshcipher_ctx *cc, const struct sshcipher *cipher, in cipher_init() function