Searched refs:decrypt_rv (Results 1 – 1 of 1) sorted by relevance
801 int decrypt_rv, uint8_t *decrypt_buf, crypto_test_outmode_t outmode) in test_result() argument835 if (decrypt_rv == CRYPTO_SUCCESS) { in test_result()854 if (decrypt_rv != CRYPTO_SUCCESS) in test_result()911 printf(" decrypt rv = 0x%02x [%s]\n", decrypt_rv, in test_result()912 crypto_errstr[decrypt_rv] ? in test_result()913 crypto_errstr[decrypt_rv] : "???"); in test_result()975 int decrypt_rv = decrypt_one(&mech, in run_tests() local983 decrypt_rv, decrypt_buf, outmode)) in run_tests()