Searched defs:cipher_type (Results 1 - 4 of 4) sorted by relevance

/external/srtp/crypto/include/
H A Dcrypto_kernel.h78 cipher_type_t *cipher_type; member in struct:kernel_cipher_type
/external/srtp/include/
H A Dsrtp.h122 cipher_type_id_t cipher_type; /**< An integer representing member in struct:crypto_policy_t
/external/openssh/
H A Dauthfile.c420 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);
H A Dsshd.c2136 u_int cipher_type, auth_mask, protocol_flags; local
2198 cipher_type = packet_get_char();
2200 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))
2209 debug("Encryption type: %.200s", cipher_name(cipher_type));
2284 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type);

Completed in 90 milliseconds