Home
last modified time | relevance | path

Searched defs:cipher_init (Results 1 – 2 of 2) sorted by relevance

/external/srtp/crypto/include/
Dcipher.h172 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), (dir))) macro
/external/openssh/
Dcipher.c206 cipher_init(CipherContext *cc, Cipher *cipher, in cipher_init() function