Lines Matching refs:target_operation
184 mbedtls_psa_hash_operation_t *target_operation) in mbedtls_psa_hash_clone() argument
191 mbedtls_md5_clone(&target_operation->ctx.md5, in mbedtls_psa_hash_clone()
197 mbedtls_ripemd160_clone(&target_operation->ctx.ripemd160, in mbedtls_psa_hash_clone()
203 mbedtls_sha1_clone(&target_operation->ctx.sha1, in mbedtls_psa_hash_clone()
209 mbedtls_sha256_clone(&target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
215 mbedtls_sha256_clone(&target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
221 mbedtls_sha512_clone(&target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
227 mbedtls_sha512_clone(&target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
247 mbedtls_sha3_clone(&target_operation->ctx.sha3, in mbedtls_psa_hash_clone()
253 (void) target_operation; in mbedtls_psa_hash_clone()
257 target_operation->alg = source_operation->alg; in mbedtls_psa_hash_clone()