Lines Matching refs:func
1085 psa_key_attributes_t func = psa_key_attributes_init( );
1091 TEST_EQUAL( psa_get_key_lifetime( &func ), PSA_KEY_LIFETIME_VOLATILE );
1095 TEST_EQUAL( psa_get_key_type( &func ), 0 );
1099 TEST_EQUAL( psa_get_key_bits( &func ), 0 );
1103 TEST_EQUAL( psa_get_key_usage_flags( &func ), 0 );
1107 TEST_EQUAL( psa_get_key_algorithm( &func ), 0 );
1779 psa_hash_operation_t func = psa_hash_operation_init( );
1786 TEST_EQUAL( psa_hash_update( &func, input, sizeof( input ) ),
1794 PSA_ASSERT( psa_hash_abort( &func ) );
2196 psa_mac_operation_t func = psa_mac_operation_init( );
2203 TEST_EQUAL( psa_mac_update( &func,
2214 PSA_ASSERT( psa_mac_abort( &func ) );
2580 psa_cipher_operation_t func = psa_cipher_operation_init( );
2587 TEST_EQUAL( psa_cipher_update( &func,
2604 PSA_ASSERT( psa_cipher_abort( &func ) );
5800 psa_key_derivation_operation_t func = psa_key_derivation_operation_init( );
5807 TEST_EQUAL( psa_key_derivation_get_capacity( &func, &capacity ),
5815 PSA_ASSERT( psa_key_derivation_abort(&func) );