OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poly1305_aligned_state
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/poly1305/
poly1305.c
53
static inline struct poly1305_state_st *
poly1305_aligned_state
(
function
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_vec.c
83
static inline poly1305_state_internal *
poly1305_aligned_state
(
function
93
poly1305_state_internal *st =
poly1305_aligned_state
(state);
662
poly1305_state_internal *st =
poly1305_aligned_state
(state);
715
poly1305_state_internal *st =
poly1305_aligned_state
(state);
Completed in 77 milliseconds