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
206 cipher_init(CipherContext *cc, Cipher *cipher, in cipher_init() function