Searched refs:source_operation (Results 1 – 9 of 9) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_hash.c | 229 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 …]
|
D | psa_crypto_hash.h | 136 const mbedtls_psa_hash_operation_t *source_operation,
|
D | psa_crypto_driver_wrappers.c | 1322 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()
|
D | psa_crypto_driver_wrappers.h | 180 const psa_hash_operation_t *source_operation,
|
D | psa_crypto.c | 2301 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.5.0/third_party/mbedtls/repo/tests/src/drivers/ |
D | hash.c | 108 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.5.0/third_party/mbedtls/repo/tests/include/test/drivers/ |
D | hash.h | 62 const mbedtls_transparent_test_driver_hash_operation_t *source_operation,
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1735 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.5.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1186 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|