Lines Matching refs:init
1529 /* We can't test that this is specific to drivers until partial init has
1530 * been implemented, but we can at least test before/after full init. */
2132 psa_key_attributes_t init = PSA_KEY_ATTRIBUTES_INIT;
2138 TEST_EQUAL(psa_get_key_lifetime(&init), PSA_KEY_LIFETIME_VOLATILE);
2142 TEST_EQUAL(psa_get_key_type(&init), 0);
2146 TEST_EQUAL(psa_get_key_bits(&init), 0);
2150 TEST_EQUAL(psa_get_key_usage_flags(&init), 0);
2154 TEST_EQUAL(psa_get_key_algorithm(&init), 0);
2941 psa_hash_operation_t init = PSA_HASH_OPERATION_INIT;
2949 TEST_EQUAL(psa_hash_update(&init, input, sizeof(input)),
2956 PSA_ASSERT(psa_hash_abort(&init));
3461 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
3470 TEST_EQUAL(psa_mac_update(&init,
3479 PSA_ASSERT(psa_mac_abort(&init));
3886 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
3897 TEST_EQUAL(psa_cipher_update(&init,
3910 PSA_ASSERT(psa_cipher_abort(&init));
8760 psa_key_derivation_operation_t init = PSA_KEY_DERIVATION_OPERATION_INIT;
8768 TEST_EQUAL(psa_key_derivation_get_capacity(&init, &capacity),
8775 PSA_ASSERT(psa_key_derivation_abort(&init));
10228 psa_key_production_parameters_t init = PSA_KEY_PRODUCTION_PARAMETERS_INIT;
10232 TEST_EQUAL(init.flags, 0);