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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
266 ctype->cipher_type->description);
325 status = cipher_type_test(new_ct, ctype->cipher_type->test_data);
331 else if (new_ct == ctype->cipher_type)
349 new_ctype->cipher_type = new_ct;
450 return ctype->cipher_type;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_kernel.h 78 cipher_type_t *cipher_type; member in struct:kernel_cipher_type
188 * replaces the crypto kernel's existing cipher for the cipher_type id
190 * existing cipher_type's self tests as well as its own.
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 122 cipher_type_id_t cipher_type; /**< An integer representing member in struct:crypto_policy_t
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 119 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
151 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
rtpw.c 396 policy.rtp.cipher_type = NULL_CIPHER;
402 policy.rtcp.cipher_type = NULL_CIPHER;

Completed in 260 milliseconds