Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 8 of 8) sorted by relevance

/external/srtp/crypto/kernel/
Dcrypto_kernel.c194 printf("cipher: %s\n", ctype->cipher_type->description); in crypto_kernel_status()
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count); in crypto_kernel_status()
197 status = cipher_type_self_test(ctype->cipher_type); in crypto_kernel_status()
266 ctype->cipher_type->description); in crypto_kernel_shutdown()
318 if ((new_ct == ctype->cipher_type) || (id == ctype->id)) in crypto_kernel_load_cipher_type()
330 new_ctype->cipher_type = new_ct; in crypto_kernel_load_cipher_type()
400 return ctype->cipher_type; in crypto_kernel_get_cipher_type()
/external/srtp/crypto/include/
Dcrypto_kernel.h78 cipher_type_t *cipher_type; member
/external/srtp/srtp/
Dsrtp.c98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type, in srtp_stream_alloc()
126 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type, in srtp_stream_alloc()
1365 p->cipher_type = AES_128_ICM; in crypto_policy_set_rtp_default()
1377 p->cipher_type = AES_128_ICM; in crypto_policy_set_rtcp_default()
1395 p->cipher_type = AES_128_ICM; in crypto_policy_set_aes_cm_128_hmac_sha1_32()
1414 p->cipher_type = AES_128_ICM; in crypto_policy_set_aes_cm_128_null_auth()
1431 p->cipher_type = NULL_CIPHER; in crypto_policy_set_null_cipher_hmac_sha1_80()
/external/srtp/test/
Drtpw.c375 policy.rtp.cipher_type = NULL_CIPHER; in main()
381 policy.rtcp.cipher_type = NULL_CIPHER; in main()
/external/srtp/include/
Dsrtp.h122 cipher_type_id_t cipher_type; /**< An integer representing member
/external/openssh/
Dauthfile.c420 int check1, check2, cipher_type; in key_parse_private_rsa1() local
448 cipher_type = buffer_get_char(&copy); in key_parse_private_rsa1()
463 cipher = cipher_by_number(cipher_type); in key_parse_private_rsa1()
465 debug("Unsupported RSA1 cipher %d", cipher_type); in key_parse_private_rsa1()
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);
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch32 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
70 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,