Searched refs:target_operation (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_hash.c | 233 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 D | psa_crypto_hash.h | 137 mbedtls_psa_hash_operation_t *target_operation ); 254 mbedtls_transparent_test_driver_hash_operation_t *target_operation );
|
A D | psa_crypto_driver_wrappers.c | 1370 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 D | psa_crypto_driver_wrappers.h | 184 psa_hash_operation_t *target_operation );
|
A D | psa_crypto.c | 2259 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 D | hash.c | 75 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 D | hash.h | 59 mbedtls_transparent_test_driver_hash_operation_t *target_operation );
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_driver_wrappers.function | 1690 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 D | crypto.h | 1175 psa_hash_operation_t *target_operation);
|
Completed in 36 milliseconds