Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_hash.c233 mbedtls_psa_hash_operation_t *target_operation ) in hash_clone() argument
241 mbedtls_md5_clone( &target_operation->ctx.md5, in hash_clone()
253 mbedtls_sha1_clone( &target_operation->ctx.sha1, in hash_clone()
259 mbedtls_sha256_clone( &target_operation->ctx.sha256, in hash_clone()
265 mbedtls_sha256_clone( &target_operation->ctx.sha256, in hash_clone()
271 mbedtls_sha512_clone( &target_operation->ctx.sha512, in hash_clone()
277 mbedtls_sha512_clone( &target_operation->ctx.sha512, in hash_clone()
283 (void) target_operation; in hash_clone()
287 target_operation->alg = source_operation->alg; in hash_clone()
480 mbedtls_psa_hash_operation_t *target_operation ) in mbedtls_psa_hash_clone() argument
[all …]
A Dpsa_crypto_hash.h137 mbedtls_psa_hash_operation_t *target_operation );
254 mbedtls_transparent_test_driver_hash_operation_t *target_operation );
A Dpsa_crypto_driver_wrappers.c1370 psa_hash_operation_t *target_operation ) in psa_driver_wrapper_hash_clone() argument
1376 target_operation->id = PSA_CRYPTO_MBED_TLS_DRIVER_ID; in psa_driver_wrapper_hash_clone()
1378 &target_operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_hash_clone()
1382 target_operation->id = PSA_CRYPTO_TRANSPARENT_TEST_DRIVER_ID; in psa_driver_wrapper_hash_clone()
1385 &target_operation->ctx.test_driver_ctx ) ); in psa_driver_wrapper_hash_clone()
1388 (void) target_operation; in psa_driver_wrapper_hash_clone()
A Dpsa_crypto_driver_wrappers.h184 psa_hash_operation_t *target_operation );
A Dpsa_crypto.c2259 psa_hash_operation_t *target_operation ) in psa_hash_clone() argument
2262 target_operation->id != 0 ) in psa_hash_clone()
2268 target_operation ); in psa_hash_clone()
2270 psa_hash_abort( target_operation ); in psa_hash_clone()
/mbedtls-development/tests/src/drivers/
A Dhash.c75 mbedtls_transparent_test_driver_hash_operation_t *target_operation ) in mbedtls_test_transparent_hash_clone() argument
88 target_operation ); in mbedtls_test_transparent_hash_clone()
/mbedtls-development/tests/include/test/drivers/
A Dhash.h59 mbedtls_transparent_test_driver_hash_operation_t *target_operation );
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_driver_wrappers.function1690 psa_hash_operation_t target_operation = PSA_HASH_OPERATION_INIT;
1701 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1710 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1719 PSA_ASSERT( psa_hash_update( &target_operation,
1724 PSA_ASSERT( psa_hash_finish( &target_operation,
1735 psa_hash_abort( &target_operation );
/mbedtls-development/include/psa/
A Dcrypto.h1175 psa_hash_operation_t *target_operation);

Completed in 24 milliseconds