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

  /external/srtp/doc/
crypto_kernel.txt 38 cipher_init(cipher_t *cipher, const uint8_t *key);
  /external/openssh/
cipher.h 77 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
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);
packet.c 226 cipher_init(&active_state->send_context, none, (const u_char *)"",
228 cipher_init(&active_state->receive_context, none, (const u_char *)"",
560 cipher_init(&active_state->send_context, cipher, key, keylen, NULL,
562 cipher_init(&active_state->receive_context, cipher, key, keylen, NULL,
779 cipher_init(cc, enc->cipher, enc->key, enc->key_len,
    [all...]
  /external/srtp/crypto/cipher/
cipher.c 120 status = cipher_init(c, test_case->key, direction_encrypt);
187 status = cipher_init(c, test_case->key, direction_decrypt);
300 status = cipher_init(c, key, direction_encrypt);
327 status = cipher_init(c, key, direction_decrypt);
  /external/srtp/crypto/test/
stat_driver.c 73 err_check(cipher_init(c, key, direction_encrypt));
cipher_driver.c 186 status = cipher_init(c, NULL, direction_encrypt);
206 status = cipher_init(c, test_key, direction_encrypt);
378 status = cipher_init(*cipher_array, key, direction_encrypt);
  /external/srtp/crypto/include/
cipher.h 172 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), (dir))) macro
  /external/srtp/srtp/
srtp.c 392 stat = cipher_init(srtp->rtp_cipher, tmp_key, direction_any);
441 stat = cipher_init(srtp->rtcp_cipher, tmp_key, direction_any);
    [all...]

Completed in 89 milliseconds