Searched refs:source_operation (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_hash.c | 232 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 D | psa_crypto_hash.h | 136 const mbedtls_psa_hash_operation_t *source_operation, 253 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
|
A D | psa_crypto_driver_wrappers.c | 1369 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 D | psa_crypto_driver_wrappers.h | 183 const psa_hash_operation_t *source_operation,
|
A D | psa_crypto.c | 2258 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 D | hash.c | 74 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 D | hash.h | 58 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_driver_wrappers.function | 1689 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 D | crypto.h | 1174 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|
Completed in 31 milliseconds