Lines Matching refs:ER_SUCCESS
51 ER_SUCCESS enumerator
221 if (expected_result == ER_SUCCESS) { in decrypt_key()
268 ER_SUCCESS); in test_pem_zero_length()
273 return full_cycle_test(KE_PEM, CB_TEST_WEAK, CB_TEST_WEAK, ER_SUCCESS); in test_pem_weak()
278 return full_cycle_test(KE_PEM, CB_TEST_16ZERO, CB_TEST_16ZERO, ER_SUCCESS); in test_pem_16zero()
283 return full_cycle_test(KE_PEM, CB_TEST_A0A, CB_TEST_A0A, ER_SUCCESS); in test_pem_a0a()
294 ER_SUCCESS); in test_pem_match_size()
311 ER_SUCCESS); in test_pkcs8_zero_length()
316 return full_cycle_test(KE_PKCS8, CB_TEST_WEAK, CB_TEST_WEAK, ER_SUCCESS); in test_pkcs8_weak()
322 ER_SUCCESS); in test_pkcs8_16zero()
327 return full_cycle_test(KE_PKCS8, CB_TEST_A0A, CB_TEST_A0A, ER_SUCCESS); in test_pkcs8_a0a()
338 ER_SUCCESS); in test_pkcs8_match_size()