Lines Matching refs:func
1834 psa_key_attributes_t func = psa_key_attributes_init( );
1840 TEST_EQUAL( psa_get_key_lifetime( &func ), PSA_KEY_LIFETIME_VOLATILE );
1844 TEST_EQUAL( psa_get_key_type( &func ), 0 );
1848 TEST_EQUAL( psa_get_key_bits( &func ), 0 );
1852 TEST_EQUAL( psa_get_key_usage_flags( &func ), 0 );
1856 TEST_EQUAL( psa_get_key_algorithm( &func ), 0 );
2625 psa_hash_operation_t func = psa_hash_operation_init( );
2632 TEST_EQUAL( psa_hash_update( &func, input, sizeof( input ) ),
2640 PSA_ASSERT( psa_hash_abort( &func ) );
3154 psa_mac_operation_t func = psa_mac_operation_init( );
3161 TEST_EQUAL( psa_mac_update( &func,
3172 PSA_ASSERT( psa_mac_abort( &func ) );
3577 psa_cipher_operation_t func = psa_cipher_operation_init( );
3584 TEST_EQUAL( psa_cipher_update( &func,
3601 PSA_ASSERT( psa_cipher_abort( &func ) );
7334 psa_key_derivation_operation_t func = psa_key_derivation_operation_init( );
7341 TEST_EQUAL( psa_key_derivation_get_capacity( &func, &capacity ),
7349 PSA_ASSERT( psa_key_derivation_abort(&func) );