Symbol: CRYPTO_INVALID_MAC
usr/src/common/crypto/modes/ccm.c
573
return (CRYPTO_INVALID_MAC);
usr/src/common/crypto/modes/gcm.c
632
return (CRYPTO_INVALID_MAC);
usr/src/test/crypto-tests/tests/common/cryptotest_kcf.c
732
case CRYPTO_INVALID_MAC:
usr/src/uts/common/crypto/io/aes.c
1503
return (CRYPTO_INVALID_MAC);
usr/src/uts/common/crypto/io/aes.c
1519
return (CRYPTO_INVALID_MAC);
usr/src/uts/common/crypto/io/dprov.c
5948
error = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/md5_mod.c
1286
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/md5_mod.c
1320
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/md5_mod.c
1358
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/md5_mod.c
1394
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha1_mod.c
1330
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha1_mod.c
1365
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha1_mod.c
1403
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha1_mod.c
1439
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha2_mod.c
1540
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha2_mod.c
1583
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha2_mod.c
1621
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/crypto/io/sha2_mod.c
1657
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/fs/zfs/zio_crypt.c
473
ret = CRYPTO_INVALID_MAC;
usr/src/uts/common/fs/zfs/zio_crypt.c
479
ASSERT3U(ret, ==, CRYPTO_INVALID_MAC);
usr/src/uts/common/inet/ip/ipsecah.c
2573
ASSERT(status != CRYPTO_INVALID_MAC);
usr/src/uts/common/inet/ip/ipsecah.c
2639
} else if (status == CRYPTO_INVALID_MAC) {
usr/src/uts/common/inet/ip/ipsecah.c
2782
case CRYPTO_INVALID_MAC:
usr/src/uts/common/inet/ip/ipsecesp.c
1677
ASSERT(status != CRYPTO_INVALID_MAC);
usr/src/uts/common/inet/ip/ipsecesp.c
1742
} else if (status == CRYPTO_INVALID_MAC) {
usr/src/uts/common/inet/ip/ipsecesp.c
1984
case CRYPTO_INVALID_MAC: