OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Htable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h
106
/* Relative position of Xi, H and pre-computed
Htable
is used
109
u128
Htable
[256];
111
u128
Htable
[16];
112
void (*gmult)(u64 Xi[2],const u128
Htable
[16]);
113
void (*ghash)(u64 Xi[2],const u128
Htable
[16],const u8 *inp,size_t len);
/external/openssl/crypto/modes/
modes_lcl.h
103
/* Relative position of Xi, H and pre-computed
Htable
is used
106
u128
Htable
[256];
108
u128
Htable
[16];
109
void (*gmult)(u64 Xi[2],const u128
Htable
[16]);
110
void (*ghash)(u64 Xi[2],const u128
Htable
[16],const u8 *inp,size_t len);
Completed in 1970 milliseconds