Searched refs:poly1305_final (Results 1 - 3 of 3) sorted by last modified time

/linux-master/lib/crypto/
H A Dchacha20poly1305.c84 poly1305_final(&poly1305_state, dst + src_len);
157 poly1305_final(&poly1305_state, b.mac);
306 poly1305_final(&poly1305_state,
310 poly1305_final(&poly1305_state, b.mac[0]);
320 poly1305_final(&poly1305_state, b.mac[1]);
H A Dchacha20poly1305-selftest.c8858 poly1305_final(&poly1305_state, dst + src_len);
/linux-master/include/crypto/
H A Dpoly1305.h91 static inline void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest) function

Completed in 304 milliseconds