HomeSort by relevance Sort by last modified time
    Searched refs:poly1305_state_st (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/poly1305/
poly1305.c 62 struct poly1305_state_st { struct
74 static void poly1305_update(struct poly1305_state_st *state, const uint8_t *in,
169 struct poly1305_state_st *state = (struct poly1305_state_st *)statep;
217 struct poly1305_state_st *state = (struct poly1305_state_st *)statep;
260 struct poly1305_state_st *state = (struct poly1305_state_st *)statep;
poly1305_arm.c 175 struct poly1305_state_st { struct
183 struct poly1305_state_st *st = (struct poly1305_state_st *)(state);
209 struct poly1305_state_st *st = (struct poly1305_state_st *)(state);
257 struct poly1305_state_st *st = (struct poly1305_state_st *)(state);

Completed in 134 milliseconds