Searched refs:cipher_get_key_length (Results 1 - 3 of 3) sorted by relevance

/external/srtp/crypto/include/
H A Dcipher.h191 cipher_get_key_length(const cipher_t *c);
/external/srtp/srtp/
H A Dsrtp.c371 tmp_key, cipher_get_key_length(srtp->rtp_cipher));
379 int salt_len = cipher_get_key_length(srtp->rtp_cipher) - base_key_len;
389 cipher_get_key_length(srtp->rtp_cipher)));
420 tmp_key, cipher_get_key_length(srtp->rtcp_cipher));
428 int salt_len = cipher_get_key_length(srtp->rtcp_cipher) - base_key_len;
438 cipher_get_key_length(srtp->rtcp_cipher)));
/external/srtp/crypto/cipher/
H A Dcipher.c69 cipher_get_key_length(const cipher_t *c) { function

Completed in 169 milliseconds