Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_hash.c183 const mbedtls_psa_hash_operation_t *source_operation, in mbedtls_psa_hash_clone() argument
186 switch (source_operation->alg) { in mbedtls_psa_hash_clone()
192 &source_operation->ctx.md5); in mbedtls_psa_hash_clone()
198 &source_operation->ctx.ripemd160); in mbedtls_psa_hash_clone()
204 &source_operation->ctx.sha1); in mbedtls_psa_hash_clone()
210 &source_operation->ctx.sha256); in mbedtls_psa_hash_clone()
216 &source_operation->ctx.sha256); in mbedtls_psa_hash_clone()
222 &source_operation->ctx.sha512); in mbedtls_psa_hash_clone()
228 &source_operation->ctx.sha512); in mbedtls_psa_hash_clone()
248 &source_operation->ctx.sha3); in mbedtls_psa_hash_clone()
[all …]
Dpsa_crypto_hash.h113 const mbedtls_psa_hash_operation_t *source_operation,
Dpsa_crypto_driver_wrappers.h1618 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() argument
1621 switch( source_operation->id ) in psa_driver_wrapper_hash_clone()
1626 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
1633 &source_operation->ctx.test_driver_ctx, in psa_driver_wrapper_hash_clone()
Dpsa_crypto.c2496 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() argument
2499 if (source_operation->id == 0 || in psa_hash_clone()
2504 psa_status_t status = psa_driver_wrapper_hash_clone(source_operation, in psa_hash_clone()
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dhash.c86 const mbedtls_transparent_test_driver_hash_operation_t *source_operation, in mbedtls_test_transparent_hash_clone() argument
98 libtestdriver1_mbedtls_psa_hash_clone(source_operation, in mbedtls_test_transparent_hash_clone()
102 mbedtls_psa_hash_clone(source_operation, target_operation); in mbedtls_test_transparent_hash_clone()
104 (void) source_operation; in mbedtls_test_transparent_hash_clone()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/drivers/
Dhash.h46 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1160 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function2433 psa_hash_operation_t source_operation = PSA_HASH_OPERATION_INIT;
2446 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation),
2450 PSA_ASSERT(psa_hash_setup(&source_operation, alg));
2455 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation),
2478 psa_hash_abort(&source_operation);
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1581 const psa_hash_operation_t *source_operation,
1584 switch( source_operation->id )
1589 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx,
1596 &source_operation->ctx.test_driver_ctx,