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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
stat_driver.c 110 err_check(cipher_init(c, key, direction_encrypt));
144 err_check(cipher_init(c, key, direction_encrypt));
cipher_driver.c 194 status = cipher_init(c, NULL, direction_encrypt);
214 status = cipher_init(c, test_key, direction_encrypt);
235 status = cipher_init(c, test_key, direction_encrypt);
412 status = cipher_init(*cipher_array, key, direction_encrypt);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 65 direction_encrypt, /**< encryption (convert plaintext to ciphertext) */ enumerator in enum:__anon17434
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 120 status = cipher_init(c, test_case->key, direction_encrypt);
300 status = cipher_init(c, key, direction_encrypt);
aes_cbc.c 116 case (direction_encrypt):
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 101 status = aes_cbc_context_init(&aes_ctx, key, ENC_KEY_LEN, direction_encrypt);
265 status = aes_cbc_context_init(&aes_ctx, key, ENC_KEY_LEN, direction_encrypt);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 371 stat = cipher_init(kdf->cipher, key, direction_encrypt);
    [all...]

Completed in 187 milliseconds