Searched refs:source_operation (Results 1 – 10 of 10) sorted by relevance
/mbedtls-3.5.0/library/ |
D | psa_crypto_hash.c | 152 const mbedtls_psa_hash_operation_t *source_operation, in mbedtls_psa_hash_clone() argument 155 switch (source_operation->alg) { in mbedtls_psa_hash_clone() 161 &source_operation->ctx.md5); in mbedtls_psa_hash_clone() 167 &source_operation->ctx.ripemd160); in mbedtls_psa_hash_clone() 173 &source_operation->ctx.sha1); in mbedtls_psa_hash_clone() 179 &source_operation->ctx.sha256); in mbedtls_psa_hash_clone() 185 &source_operation->ctx.sha256); in mbedtls_psa_hash_clone() 191 &source_operation->ctx.sha512); in mbedtls_psa_hash_clone() 197 &source_operation->ctx.sha512); in mbedtls_psa_hash_clone() 201 (void) source_operation; in mbedtls_psa_hash_clone() [all …]
|
D | psa_crypto_hash.h | 127 const mbedtls_psa_hash_operation_t *source_operation,
|
D | psa_crypto_driver_wrappers.c | 1972 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() argument 1975 switch( source_operation->id ) in psa_driver_wrapper_hash_clone() 1982 &source_operation->ctx.test_driver_ctx, in psa_driver_wrapper_hash_clone() 1989 &source_operation->ctx.cc3xx_driver_ctx, in psa_driver_wrapper_hash_clone() 1997 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
|
D | psa_crypto_driver_wrappers.h | 227 const psa_hash_operation_t *source_operation,
|
D | psa_crypto.c | 2348 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, argument 2351 if (source_operation->id == 0 || 2356 psa_status_t status = psa_driver_wrapper_hash_clone(source_operation,
|
/mbedtls-3.5.0/tests/src/drivers/ |
D | hash.c | 98 const mbedtls_transparent_test_driver_hash_operation_t *source_operation, in mbedtls_test_transparent_hash_clone() argument 110 libtestdriver1_mbedtls_psa_hash_clone(source_operation, in mbedtls_test_transparent_hash_clone() 114 mbedtls_psa_hash_clone(source_operation, target_operation); in mbedtls_test_transparent_hash_clone() 116 (void) source_operation; in mbedtls_test_transparent_hash_clone()
|
/mbedtls-3.5.0/tests/include/test/drivers/ |
D | hash.h | 58 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
|
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 1165 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 2430 psa_hash_operation_t source_operation = PSA_HASH_OPERATION_INIT; 2442 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation), 2446 PSA_ASSERT(psa_hash_setup(&source_operation, alg)); 2451 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation), 2474 psa_hash_abort(&source_operation);
|
/mbedtls-3.5.0/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.c.jinja | 1691 const psa_hash_operation_t *source_operation, 1694 switch( source_operation->id ) 1699 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, 1706 &source_operation->ctx.test_driver_ctx,
|