Searched refs:digest1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import.kshlib | 144 typeset digest1=$(xxh128digest $file) 145 if [[ "$digest1" != "$digest" ]]; then
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 221 u8 digest1[SHA256_MAC_LEN], digest2[SHA256_MAC_LEN]; in process_est_cert() local 232 if (hexstr2bin(fingerprint, digest1, SHA256_MAC_LEN) < 0) { in process_est_cert() 253 if (os_memcmp(digest1, digest2, sizeof(digest1)) != 0) { in process_est_cert() 311 u8 digest1[SHA256_MAC_LEN], digest2[SHA256_MAC_LEN]; in download_cert() local 331 if (hexstr2bin(hash, digest1, SHA256_MAC_LEN) < 0) { in download_cert() 360 if (os_memcmp(digest1, digest2, sizeof(digest1)) != 0) { in download_cert()
|