Searched refs:ASSERT_NULL (Results 1 – 4 of 4) sorted by relevance
22 #define ASSERT_NULL(e) assert((e) == NULL) macro 128 ASSERT_NULL(EVP_PKEY_from_PEM(eddsa, sizeof(eddsa))); in valid_key() 131 ASSERT_NULL(eddsa_pk_to_EVP_PKEY((const eddsa_pk_t *)eddsa_raw)); in valid_key()
22 #define ASSERT_NULL(e) assert((e) == NULL) macro151 ASSERT_NULL(es256_pk_to_EVP_PKEY((const es256_pk_t *)raw)); in invalid_curve()
22 #define ASSERT_NULL(e) assert((e) == NULL) macro165 ASSERT_NULL(es384_pk_to_EVP_PKEY((const es384_pk_t *)raw)); in invalid_curve()
22 #define ASSERT_NULL(e) assert((e) == NULL) macro