Searched refs:num_octets (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Drand_gen.c73 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/test/
H A Drand_gen.c73 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/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Drand_source.h83 * A rand_source_func_t writes num_octets at the location indicated by
89 (void *dest, uint32_t num_octets);
/external/srtp/crypto/include/
H A Drand_source.h83 * A rand_source_func_t writes num_octets at the location indicated by
89 (void *dest, uint32_t num_octets);

Completed in 161 milliseconds