OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v64_t
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
crypto_math.h
66
v64_bit_string(const
v64_t
*x);
78
v64_hex_string(const
v64_t
*x);
92
v64_t
108
v64_copy_octet_string(
v64_t
*x, const uint8_t s[8]);
datatypes.h
86
}
v64_t
;
typedef in typeref:union:__anon11230
/external/srtp/crypto/math/
math.c
242
v64_bit_string(const
v64_t
*x) {
339
v64_hex_string(const
v64_t
*x) {
481
v64_t
483
v64_t
x;
541
v64_copy_octet_string(
v64_t
*x, const uint8_t s[8]) {
/external/srtp/crypto/test/
datatypes_driver.c
155
v64_t
d;
165
printf("
v64_t
:\t%s\n", v64_hex_string(&d));
Completed in 30 milliseconds