Searched refs:cipher_type (Results 1 – 8 of 8) sorted by relevance
/external/srtp/crypto/kernel/ |
D | crypto_kernel.c | 194 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/ |
D | crypto_kernel.h | 78 cipher_type_t *cipher_type; member
|
/external/srtp/srtp/ |
D | srtp.c | 98 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/ |
D | rtpw.c | 375 policy.rtp.cipher_type = NULL_CIPHER; in main() 381 policy.rtcp.cipher_type = NULL_CIPHER; in main()
|
/external/srtp/include/ |
D | srtp.h | 122 cipher_type_id_t cipher_type; /**< An integer representing member
|
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 32 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type, 70 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
|
/external/openssh/ |
D | sshd.c | 2345 u_int cipher_type, auth_mask, protocol_flags; local 2407 cipher_type = packet_get_char(); 2409 if (!(cipher_mask_ssh1(0) & (1 << cipher_type))) 2418 debug("Encryption type: %.200s", cipher_name(cipher_type)); 2487 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type);
|
D | sshkey.c | 3673 u_int8_t cipher_type; in sshkey_parse_private_rsa1() local 3709 if ((r = sshbuf_get_u8(copy, &cipher_type)) != 0 || in sshkey_parse_private_rsa1() 3721 cipher = cipher_by_number(cipher_type); in sshkey_parse_private_rsa1()
|