Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dxfer.c852 rc = blob_constant_time_cmp(&hash, pSig); in check_login()
867 rc = blob_constant_time_cmp(&hash, pSig); in check_login()
H A Dblob.c532 int blob_constant_time_cmp(Blob *pA, Blob *pB){ in blob_constant_time_cmp() function