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

  /external/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);
318 if ((new_ct == ctype->cipher_type) || (id == ctype->id))
330 new_ctype->cipher_type = new_ct;
400 return ctype->cipher_type;
  /external/srtp/crypto/include/
crypto_kernel.h 78 cipher_type_t *cipher_type; member in struct:kernel_cipher_type
  /external/srtp/include/
srtp.h 122 cipher_type_id_t cipher_type; /**< An integer representing member in struct:crypto_policy_t
  /external/srtp/test/
rtpw.c 375 policy.rtp.cipher_type = NULL_CIPHER;
381 policy.rtcp.cipher_type = NULL_CIPHER;
  /external/srtp/srtp/
srtp.c 98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
126 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
    [all...]
  /external/openssh/
authfile.c 420 int check1, check2, cipher_type; local
448 cipher_type = buffer_get_char(&copy);
463 cipher = cipher_by_number(cipher_type);
465 debug("Unsupported RSA1 cipher %d", cipher_type);
sshd.c 2136 u_int cipher_type, auth_mask, protocol_flags; local
    [all...]

Completed in 190 milliseconds