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

  /external/srtp/crypto/include/
crypto_kernel.h 78 cipher_type_t *cipher_type; member in struct:kernel_cipher_type
  /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...]
  /external/srtp/include/
srtp.h 122 cipher_type_id_t cipher_type; /**< An integer representing member in struct:crypto_policy_t

Completed in 59 milliseconds