Lines Matching refs:init
1509 /* We can't test that this is specific to drivers until partial init has
1510 * been implemented, but we can at least test before/after full init. */
2112 psa_key_attributes_t init = PSA_KEY_ATTRIBUTES_INIT;
2118 TEST_EQUAL(psa_get_key_lifetime(&init), PSA_KEY_LIFETIME_VOLATILE);
2122 TEST_EQUAL(psa_get_key_type(&init), 0);
2126 TEST_EQUAL(psa_get_key_bits(&init), 0);
2130 TEST_EQUAL(psa_get_key_usage_flags(&init), 0);
2134 TEST_EQUAL(psa_get_key_algorithm(&init), 0);
2921 psa_hash_operation_t init = PSA_HASH_OPERATION_INIT;
2929 TEST_EQUAL(psa_hash_update(&init, input, sizeof(input)),
2936 PSA_ASSERT(psa_hash_abort(&init));
3441 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
3450 TEST_EQUAL(psa_mac_update(&init,
3459 PSA_ASSERT(psa_mac_abort(&init));
3866 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
3877 TEST_EQUAL(psa_cipher_update(&init,
3890 PSA_ASSERT(psa_cipher_abort(&init));
8740 psa_key_derivation_operation_t init = PSA_KEY_DERIVATION_OPERATION_INIT;
8748 TEST_EQUAL(psa_key_derivation_get_capacity(&init, &capacity),
8755 PSA_ASSERT(psa_key_derivation_abort(&init));
10344 psa_key_production_parameters_t init = PSA_KEY_PRODUCTION_PARAMETERS_INIT;
10348 TEST_EQUAL(init.flags, 0);