Lines Matching refs:operation
18 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
22 PSA_ASSERT( psa_hash_setup( &operation, alg ) );
23 PSA_ASSERT( psa_hash_update( &operation,
25 PSA_ASSERT( psa_hash_finish( &operation,
32 psa_hash_abort( &operation );
41 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
45 PSA_ASSERT( psa_hash_setup( &operation, alg ) );
46 PSA_ASSERT( psa_hash_update( &operation,
49 PSA_ASSERT( psa_hash_verify( &operation,
54 psa_hash_abort( &operation );
65 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
74 PSA_ASSERT( psa_hash_setup( &operation, alg ) );
76 PSA_ASSERT( psa_hash_update( &operation,
78 PSA_ASSERT( psa_hash_clone( &operation, &operation2 ) );
79 PSA_ASSERT( psa_hash_update( &operation,
84 PSA_ASSERT( psa_hash_finish( &operation,
98 psa_hash_abort( &operation );