Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_hash.c229 const mbedtls_psa_hash_operation_t *source_operation, in mbedtls_psa_hash_clone() argument
232 switch( source_operation->alg ) in mbedtls_psa_hash_clone()
239 &source_operation->ctx.md2 ); in mbedtls_psa_hash_clone()
245 &source_operation->ctx.md4 ); in mbedtls_psa_hash_clone()
251 &source_operation->ctx.md5 ); in mbedtls_psa_hash_clone()
257 &source_operation->ctx.ripemd160 ); in mbedtls_psa_hash_clone()
263 &source_operation->ctx.sha1 ); in mbedtls_psa_hash_clone()
269 &source_operation->ctx.sha256 ); in mbedtls_psa_hash_clone()
275 &source_operation->ctx.sha256 ); in mbedtls_psa_hash_clone()
281 &source_operation->ctx.sha512 ); in mbedtls_psa_hash_clone()
[all …]
Dpsa_crypto_hash.h136 const mbedtls_psa_hash_operation_t *source_operation,
Dpsa_crypto_driver_wrappers.c1322 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() argument
1325 switch( source_operation->id ) in psa_driver_wrapper_hash_clone()
1330 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
1337 &source_operation->ctx.test_driver_ctx, in psa_driver_wrapper_hash_clone()
Dpsa_crypto_driver_wrappers.h180 const psa_hash_operation_t *source_operation,
Dpsa_crypto.c2301 psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, in psa_hash_clone() argument
2304 if( source_operation->id == 0 || in psa_hash_clone()
2310 psa_status_t status = psa_driver_wrapper_hash_clone( source_operation, in psa_hash_clone()
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/drivers/
Dhash.c108 const mbedtls_transparent_test_driver_hash_operation_t *source_operation, in mbedtls_test_transparent_hash_clone() argument
123 libtestdriver1_mbedtls_psa_hash_clone( source_operation, in mbedtls_test_transparent_hash_clone()
127 mbedtls_psa_hash_clone( source_operation, target_operation ); in mbedtls_test_transparent_hash_clone()
129 (void) source_operation; in mbedtls_test_transparent_hash_clone()
/openthread-3.6.0/third_party/mbedtls/repo/tests/include/test/drivers/
Dhash.h62 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1735 psa_hash_operation_t source_operation = PSA_HASH_OPERATION_INIT;
1747 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1751 PSA_ASSERT( psa_hash_setup( &source_operation, alg ) );
1756 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1780 psa_hash_abort( &source_operation );
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1186 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,