Searched refs:cipher_type (Results 1 - 7 of 7) sorted by relevance

/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c194 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/
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/srtp/test/
H A Drtpw.c375 policy.rtp.cipher_type = NULL_CIPHER;
381 policy.rtcp.cipher_type = NULL_CIPHER;
/external/srtp/srtp/
H A Dsrtp.c98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
126 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
1365 p->cipher_type = AES_128_ICM;
1377 p->cipher_type = AES_128_ICM;
1395 p->cipher_type = AES_128_ICM;
1414 p->cipher_type = AES_128_ICM;
1431 p->cipher_type = NULL_CIPHER;
/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 1311 milliseconds