OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg_len_octets
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/test/
auth_driver.c
167
auth_bits_per_second(auth_t *a, int
msg_len_octets
) {
171
int msg_len = (
msg_len_octets
+ 1)/2;
175
msg_string = (uint16_t *) crypto_alloc(
msg_len_octets
);
190
auth_compute(a, (uint8_t *)msg_string,
msg_len_octets
, (uint8_t *)result);
197
return (double) NUM_TRIALS * 8 *
msg_len_octets
* CLOCKS_PER_SEC / timer;
/external/srtp/test/
srtp_driver.c
72
srtp_bits_per_second(int
msg_len_octets
, const srtp_policy_t *policy);
75
srtp_rejections_per_second(int
msg_len_octets
, const srtp_policy_t *policy);
461
srtp_bits_per_second(int
msg_len_octets
, const srtp_policy_t *policy) {
492
mesg = srtp_create_test_packet(
msg_len_octets
, ssrc);
499
len =
msg_len_octets
+ 12; /* add in rtp header length */
516
return (double) (
msg_len_octets
) * 8 *
521
srtp_rejections_per_second(int
msg_len_octets
, const srtp_policy_t *policy) {
540
mesg = srtp_create_test_packet(
msg_len_octets
, ssrc);
544
len =
msg_len_octets
;
549
len =
msg_len_octets
;
578
int
msg_len_octets
, msg_len_enc;
local
777
int
msg_len_octets
, msg_len_enc;
local
[
all
...]
Completed in 1644 milliseconds