Home
last modified time | relevance | path

Searched refs:source_operation (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_hash.c232 const mbedtls_psa_hash_operation_t *source_operation, in hash_clone() argument
235 switch( source_operation->alg ) in hash_clone()
242 &source_operation->ctx.md5 ); in hash_clone()
254 &source_operation->ctx.sha1 ); in hash_clone()
260 &source_operation->ctx.sha256 ); in hash_clone()
266 &source_operation->ctx.sha256 ); in hash_clone()
282 (void) source_operation; in hash_clone()
287 target_operation->alg = source_operation->alg; in hash_clone()
479 const mbedtls_psa_hash_operation_t *source_operation, in mbedtls_psa_hash_clone() argument
482 return( hash_clone( source_operation, target_operation ) ); in mbedtls_psa_hash_clone()
[all …]
A Dpsa_crypto_hash.h136 const mbedtls_psa_hash_operation_t *source_operation,
253 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
A Dpsa_crypto_driver_wrappers.c1369 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() argument
1372 switch( source_operation->id ) in psa_driver_wrapper_hash_clone()
1377 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
1384 &source_operation->ctx.test_driver_ctx, in psa_driver_wrapper_hash_clone()
A Dpsa_crypto_driver_wrappers.h183 const psa_hash_operation_t *source_operation,
A Dpsa_crypto.c2258 psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, in psa_hash_clone() argument
2261 if( source_operation->id == 0 || in psa_hash_clone()
2267 psa_status_t status = psa_driver_wrapper_hash_clone( source_operation, in psa_hash_clone()
/mbedtls-development/tests/src/drivers/
A Dhash.c74 const mbedtls_transparent_test_driver_hash_operation_t *source_operation, in mbedtls_test_transparent_hash_clone() argument
87 mbedtls_transparent_test_driver_hash_clone( source_operation, in mbedtls_test_transparent_hash_clone()
/mbedtls-development/tests/include/test/drivers/
A Dhash.h58 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_driver_wrappers.function1689 psa_hash_operation_t source_operation = PSA_HASH_OPERATION_INIT;
1701 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1705 PSA_ASSERT( psa_hash_setup( &source_operation, alg ) );
1710 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1734 psa_hash_abort( &source_operation );
/mbedtls-development/include/psa/
A Dcrypto.h1174 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,

Completed in 31 milliseconds