HomeSort by relevance Sort by last modified time
    Searched defs:cipher_init (Results 1 - 2 of 2) sorted by null

  /external/openssh/
cipher.c 206 cipher_init(CipherContext *cc, Cipher *cipher, function
231 fatal("cipher_init: key length %d is insufficient for %s.",
234 fatal("cipher_init: iv length %d is insufficient for %s.",
243 debug("cipher_init: set keylen (%d -> %d)",
252 fatal("cipher_init: EVP_CipherInit failed for %s",
256 debug2("cipher_init: set keylen (%d -> %d)", klen, keylen);
258 fatal("cipher_init: set keylen failed (%d -> %d)",
262 fatal("cipher_init: EVP_CipherInit: set key failed for %s",
310 cipher_init(cc, cipher, digest, 16, NULL, 0, do_encrypt);
  /external/srtp/crypto/include/
cipher.h 172 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), (dir))) macro

Completed in 74 milliseconds