Searched refs:source_operation (Results 1 – 5 of 5) sorted by relevance
183 const mbedtls_psa_hash_operation_t *source_operation, in mbedtls_psa_hash_clone() argument186 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 …]
113 const mbedtls_psa_hash_operation_t *source_operation,
1617 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() argument1620 switch( source_operation->id ) in psa_driver_wrapper_hash_clone()1625 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()1632 &source_operation->ctx.test_driver_ctx, in psa_driver_wrapper_hash_clone()
2594 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() argument2597 if (source_operation->id == 0 || in psa_hash_clone()2609 psa_status_t status = psa_driver_wrapper_hash_clone(source_operation, in psa_hash_clone()
1175 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,