OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:poly1305_state_st
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/poly1305/
poly1305.c
44
struct
poly1305_state_st
{
struct
53
static inline struct
poly1305_state_st
*poly1305_aligned_state(
55
return (struct
poly1305_state_st
*)(((uintptr_t)state + 63) & ~63);
61
static void poly1305_update(struct
poly1305_state_st
*state, const uint8_t *in,
156
struct
poly1305_state_st
*state = poly1305_aligned_state(statep);
204
struct
poly1305_state_st
*state = poly1305_aligned_state(statep);
247
struct
poly1305_state_st
*state = poly1305_aligned_state(statep);
poly1305_arm.c
178
struct
poly1305_state_st
{
struct
186
struct
poly1305_state_st
*st = (struct
poly1305_state_st
*)(state);
212
struct
poly1305_state_st
*st = (struct
poly1305_state_st
*)(state);
260
struct
poly1305_state_st
*st = (struct
poly1305_state_st
*)(state);
Completed in 75 milliseconds