Searched refs:cbc_cksum_ret (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Ddestest.c324 static DES_LONG cbc_cksum_ret=0xB462FEF7L;
326 static DES_LONG cbc_cksum_ret=0xF7FE62B4L; variable
720 if (cs != cbc_cksum_ret)
723 (unsigned long)cs,(unsigned long)cbc_cksum_ret);
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Ddestest.c324 static DES_LONG cbc_cksum_ret=0xB462FEF7L;
326 static DES_LONG cbc_cksum_ret=0xF7FE62B4L; variable
720 if (cs != cbc_cksum_ret)
723 (unsigned long)cs,(unsigned long)cbc_cksum_ret);

Completed in 90 milliseconds