OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_octets
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/test/
rand_gen.c
73
int
num_octets
= 0;
local
104
num_octets
= atoi(optarg);
105
if (
num_octets
< 0 ||
num_octets
> BUF_LEN)
121
if (
num_octets
> 0) {
124
status = crypto_get_random(buffer,
num_octets
);
128
printf("%s\n", octet_string_hex_string(buffer,
num_octets
));
/external/srtp/crypto/include/
rand_source.h
83
* A rand_source_func_t writes
num_octets
at the location indicated by
89
(void *dest, uint32_t
num_octets
);
Completed in 1155 milliseconds