Lines Matching refs:init
1086 psa_key_attributes_t init = PSA_KEY_ATTRIBUTES_INIT;
1092 TEST_EQUAL( psa_get_key_lifetime( &init ), PSA_KEY_LIFETIME_VOLATILE );
1096 TEST_EQUAL( psa_get_key_type( &init ), 0 );
1100 TEST_EQUAL( psa_get_key_bits( &init ), 0 );
1104 TEST_EQUAL( psa_get_key_usage_flags( &init ), 0 );
1108 TEST_EQUAL( psa_get_key_algorithm( &init ), 0 );
1780 psa_hash_operation_t init = PSA_HASH_OPERATION_INIT;
1788 TEST_EQUAL( psa_hash_update( &init, input, sizeof( input ) ),
1795 PSA_ASSERT( psa_hash_abort( &init ) );
2197 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
2206 TEST_EQUAL( psa_mac_update( &init,
2215 PSA_ASSERT( psa_mac_abort( &init ) );
2581 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
2592 TEST_EQUAL( psa_cipher_update( &init,
2605 PSA_ASSERT( psa_cipher_abort( &init ) );
5801 psa_key_derivation_operation_t init = PSA_KEY_DERIVATION_OPERATION_INIT;
5809 TEST_EQUAL( psa_key_derivation_get_capacity( &init, &capacity ),
5816 PSA_ASSERT( psa_key_derivation_abort(&init) );