Home
last modified time | relevance | path

Searched refs:mask_inv (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dpoly1305.c221 uint32_t mask_inv; in poly1305_compute_mac() local
247 mask_inv = ~mask; in poly1305_compute_mac()
250 acc0 = ( acc0 & mask_inv ) | ( g0 & mask ); in poly1305_compute_mac()
251 acc1 = ( acc1 & mask_inv ) | ( g1 & mask ); in poly1305_compute_mac()
252 acc2 = ( acc2 & mask_inv ) | ( g2 & mask ); in poly1305_compute_mac()
253 acc3 = ( acc3 & mask_inv ) | ( g3 & mask ); in poly1305_compute_mac()

Completed in 2 milliseconds